git.git
2005-09-28 Junio C HamanoUse git-update-ref in scripts.
2005-09-28 Peter Hagervall[PATCH] Make some needlessly global stuff static
2005-09-28 Nick Hengeveld[PATCH] Support for more CURL SSL settings via environm...
2005-09-28 Tom Prince[PATCH] Add new programs to .gitignore.
2005-09-28 Junio C HamanoFastpath the normal case by not checking that index...
2005-09-28 Junio C HamanoFix default pull not to do an unintended Octopus.
2005-09-28 Junio C HamanoUpdate the case table in t/t1000.
2005-09-28 Junio C HamanoMerge master.kernel.org:/home/hpa/git/daemon
2005-09-27 Junio C Hamanogit-commit: use update-index --stdin, instead of xargs.
2005-09-27 Junio C Hamanoupdate-index: document --stdin and -z
2005-09-27 Junio C Hamanoupdate-index: --stdin and -z
2005-09-27 H. Peter AnvinCOPTS -> CFLAGS
2005-09-27 H. Peter AnvinParallelize the build
2005-09-27 H. Peter AnvinMerge ... git+ssh://kernel.org/pub/scm/git/git.git
2005-09-27 H. Peter AnvinRestore chdir(".git")
2005-09-27 Nick Hengeveld[PATCH] Return CURL error message when object transfer...
2005-09-27 Daniel Barkalow[PATCH] Implement --recover for git-*-fetch
2005-09-27 Sven Verdoolaege[PATCH] Provide access to git_dir through get_git_dir().
2005-09-27 Peter Eriksen[PATCH] Make the test more shell generic and fix missin...
2005-09-27 Junio C HamanoReally require tk 8.4 (RPM)
2005-09-27 H. Peter AnvinSupport a modicum of path validation, and allow an...
2005-09-27 Junio C HamanoRequire tk 8.4 (RPM)
2005-09-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-27 Junio C Hamanogit-fetch: send informational output to >&2 consistently.
2005-09-27 Junio C HamanoGive default merge message after failed automerge.
2005-09-27 Junio C HamanoDo not require clean tree when reverting and cherry...
2005-09-27 Junio C HamanoFix overzealous cleanliness check in git-merge
2005-09-27 Junio C Hamanogit-clone: check out "master" by default.
2005-09-27 Paul MackerrasUse "$@" rather than "${1+$@}" when invoking wish.
2005-09-26 Junio C HamanoPlug a small race in update-ref.c.
2005-09-26 Paul MackerrasChange wish8.4 back to wish
2005-09-25 Linus Torvalds[PATCH] Add "git-update-ref" to update the HEAD (or...
2005-09-25 Fredrik Kuivinen[PATCH] More descriptive messages for conflict cases...
2005-09-25 Fredrik Kuivinen[PATCH] recursive-merge: Don't print a stack trace...
2005-09-25 Junio C HamanoDiff: --name-status output format.
2005-09-25 Junio C HamanoDiff: -l<num> to limit rename/copy detection.
2005-09-25 Junio C HamanoDiff clean-up.
2005-09-25 Junio C HamanoMerge branch 'fixes'
2005-09-25 Junio C HamanoClean generated files a bit more.
2005-09-25 Junio C HamanoStop installing the backward compatible symlinks.
2005-09-25 Junio C Hamanoshow-branch: fix commit naming breakage.
2005-09-25 Daniel Barkalow[PATCH] Finish documenting trivial merge rules
2005-09-24 Junio C Hamanogit-grep: fix 'git grep -e $pattern' handling
2005-09-24 Junio C HamanoRemove use of 'xargs -0' from git-reset.
2005-09-24 Junio C HamanoUse 0.99.7.GIT as version between 0.99.7 and 0.99.8
2005-09-24 Junio C HamanoSolaris: give a bit more built-in defaults.
2005-09-24 Patrick Mauritz[PATCH] CURLDIR in Makefile
2005-09-24 Petr Baudis[PATCH] Rename daemon.c's lognotice() to loginfo()
2005-09-24 Petr Baudis[PATCH] git-daemon --syslog to log through syslog
2005-09-24 Petr Baudis[PATCH] Update git-daemon documentation wrt. the -...
2005-09-24 Junio C HamanoReally ignore generated distribution material.
2005-09-24 Junio C Hamanodaemon.c: pid_t is not int.
2005-09-24 Junio C HamanoMerge 'fixes' branch.
2005-09-24 Junio C HamanoFurther clarify licensing status of compat/subprocess.py.
2005-09-24 H. Peter Anvin[PATCH] rsh.c unterminated string
2005-09-23 Sergey Vlasov[PATCH] git-local-fetch: Avoid confusing error messages...
2005-09-23 Sergey Vlasov[PATCH] Fix "git-local-fetch -s" with packed source...
2005-09-23 Sergey Vlasov[PATCH] git-local-fetch: Avoid calling close(-1)
2005-09-23 Sergey Vlasov[PATCH] git-local-fetch: Fix error checking and leak...
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Plug memory leak in process_tree()
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Do not build object ref lists
2005-09-23 Robert Watson[PATCH] document command to show diff of a commit
2005-09-23 Junio C HamanoIgnore a bit more generated files.
2005-09-23 Junio C HamanoMerge branch 'fixes'
2005-09-23 Junio C HamanoMake 'git diff --cached' synonymous to 'git diff -...
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove call to parse_object() from...
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Clean up object flag definitions
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove redundant test of TO_SCAN in...
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove some duplicated code in process()
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove redundant TO_FETCH flag
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove redundant SCANNED flag
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Make process() look at each object...
2005-09-23 Sergey Vlasov[PATCH] fetch.c: Remove useless lookup_object_type...
2005-09-23 Junio C HamanoDo not give alarming error message from rsync in fetch...
2005-09-23 Jon Loeliger[PATCH] Retitle 'inspecting what happened' section.
2005-09-23 Junio C HamanoPrettyprint octopus merge message.
2005-09-23 Petr Baudis[PATCH] Verbose git-daemon logging
2005-09-22 Junio C HamanoRetire diff-helper.
2005-09-22 Junio C HamanoRetire rev-tree.
2005-09-22 Junio C HamanoRetire git-export.
2005-09-22 Linus Torvalds[PATCH] Fix strange timezone handling
2005-09-22 Robert Suetterlin[PATCH] Add new keybindings
2005-09-21 Junio C HamanoRevert "Use git-merge instead of git-resolve in git...
2005-09-21 Junio C HamanoRevert "Make Octopus merge message a bit nicer."
2005-09-21 Sergey Vlasov[PATCH] fetch.c: Remove call to parse_object() from...
2005-09-21 Sergey Vlasov[PATCH] fetch.c: Clean up object flag definitions
2005-09-21 Sergey Vlasov[PATCH] fetch.c: Remove redundant test of TO_SCAN in...
2005-09-21 Sergey Vlasov[PATCH] fetch.c: Remove some duplicated code in process()
2005-09-21 Sergey Vlasov[PATCH] fetch.c: Remove redundant TO_FETCH flag
2005-09-21 Sergey Vlasov[PATCH] fetch.c: Remove redundant SCANNED flag
2005-09-21 Sergey Vlasov[PATCH] fetch.c: Make process() look at each object...
2005-09-21 Sergey Vlasov[PATCH] fetch.c: Remove useless lookup_object_type...
2005-09-21 Junio C HamanoMerge branch 'fixes'
2005-09-21 Junio C HamanoFix documentation dependency.
2005-09-21 Junio C HamanoMake object creation in http fetch a bit safer.
2005-09-21 Junio C HamanoClarify dual license status of subprocess.py file.
2005-09-21 Junio C HamanoUpdate tutorial with Octopus usage.
2005-09-21 Junio C HamanoMake Octopus merge message a bit nicer.
2005-09-21 Junio C HamanoUse git-merge instead of git-resolve in git-pull.
2005-09-21 Linus TorvaldsMake time-based commit filtering work with topological...
next