summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-09Merge branch 'jc/push'Junio C Hamano
2007-04-09Merge branch 'jc/merge-subtree'Junio C Hamano
2007-04-09Merge branch 'js/fetch-progress'Junio C Hamano
2007-04-09Merge branch 'maint'Junio C Hamano
2007-04-09Add Documentation/cmd-list.made to .gitignoreJunio C Hamano
2007-04-09git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong
2007-04-09git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong
2007-04-09git-svn: bail out on incorrect command-line optionsEric Wong
2007-04-08Start 1.5.2 cycle by prepareing RelNotes for it.Junio C Hamano
2007-04-08Merge branch 'jc/read-tree-df' (early part)Junio C Hamano
2007-04-08Merge branch 'maint'Junio C Hamano
2007-04-08Prepare for 1.5.1.1Junio C Hamano
2007-04-08cvsserver: small corrections to asciidoc documentationFrank Lichtenheld
2007-04-07A new merge stragety 'subtree'.Junio C Hamano
2007-04-07git-push to multiple locations does not stop at the first failureJunio C Hamano
2007-04-07git-push reports the URL after failing.Junio C Hamano
2007-04-07Merge branch 'jc/index-output'Junio C Hamano
2007-04-07Merge branch 'fp/make-j'Junio C Hamano
2007-04-07Merge branch 'cc/bisect'Junio C Hamano
2007-04-07Merge branch 'jc/checkout' (early part)Junio C Hamano
2007-04-07Merge branch 'maint'Junio C Hamano
2007-04-07Documentation: tighten dependency for git.{html,txt}Junio C Hamano
2007-04-07Makefile: iconv() on Darwin has the old interfaceArjen Laarhoven
2007-04-07t5300-pack-object.sh: portability issue using /usr/bin/statArjen Laarhoven
2007-04-07git-bisect: allow bisecting with only one bad commit.Junio C Hamano
2007-04-07t6030: add a bit more tests to git-bisectJunio C Hamano
2007-04-07t3200-branch.sh: small language nitArjen Laarhoven
2007-04-07usermanual.txt: some capitalization nitsArjen Laarhoven
2007-04-06Make builtin-branch.c handle the git config fileLars Hjemli
2007-04-06rename_ref(): only print a warning when config-file update failsLars Hjemli
2007-04-06Distinguish branches by more than case in tests.Brian Gernhardt
2007-04-06Avoid composing too long "References" header.YOSHIFUJI Hideaki / 吉藤英明
2007-04-06cvsimport: Improve formating consistencyFrank Lichtenheld
2007-04-06cvsimport: Reorder options in documentation for better understandingFrank Lichtenheld
2007-04-06cvsimport: Improve usage error reportingFrank Lichtenheld
2007-04-06cvsimport: Improve documentation of CVSROOT and CVS module determinationFrank Lichtenheld
2007-04-06cvsimport: sync usage lines with existing optionsFrank Lichtenheld
2007-04-06git-bisect: modernizationJunio C Hamano
2007-04-05Merge branch 'maint'Junio C Hamano
2007-04-05Fix lseek(2) calls with args 2 and 3 swappedDana How
2007-04-05Makefile: Add '+' to QUIET_SUBDIR0 to fix parallel make.Fernando J. Pereda
2007-04-05Documentation: bisect: "start" accepts one bad and many good commitsChristian Couder
2007-04-05Bisect: teach "bisect start" to optionally use one bad and many good revs.Christian Couder
2007-04-05Fix passing of TCLTK_PATH to git-guiAlex Riesen
2007-04-05Rename add_file_to_index() to add_file_to_cache()Junio C Hamano
2007-04-05Rename static variable write_index to update_index in builtin-apply.cJunio C Hamano
2007-04-05Rename internal function "add_file_to_cache" in builtin-update-index.cJunio C Hamano
2007-04-05Propagate cache error internal to refresh_cache() via parameter.Junio C Hamano
2007-04-05Fix bogus error message from merge-recursive error pathJunio C Hamano
2007-04-05Show binary file size change in diff --statAndy Parkins