summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-14builtin-add: refactor the meat of interactive_add()Thomas Rast
2009-08-14Add a small patch-mode testing libraryThomas Rast
2009-08-14git-apply--interactive: Refactor patch mode codeThomas Rast
2009-07-25Merge branch 'maint'Junio C Hamano
2009-07-25t8005: Nobody writes Russian in shift_jisJunio C Hamano
2009-07-25Merge branch 'maint'Junio C Hamano
2009-07-25Fix severe breakage in "git-apply --whitespace=fix"Junio C Hamano
2009-07-25Update release notes for 1.6.4Junio C Hamano
2009-07-25Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano
2009-07-25Merge branch 'av/maint-config-reader'Junio C Hamano
2009-07-25Merge branch 'jk/maint-send-email-alias-loop'Junio C Hamano
2009-07-25After renaming a section, print any trailing variable definitionsAlex Vandiver
2009-07-25Make section_name_match start on '[', and return the length on successAlex Vandiver
2009-07-24send-email: detect cycles in alias expansionJeff King
2009-07-24Show the presence of untracked files in the bash prompt.Daniel Trstenjak
2009-07-24Merge branch 'maint'Junio C Hamano
2009-07-24SunOS grep does not understand -C<n> nor -eJunio C Hamano
2009-07-24Fix export_marks() error handling.Matthias Andree
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin
2009-07-24Add a test showing that 'git repack' throws away grafted-away parentsBjörn Steinbrink
2009-07-24git branch: clean up detached branch handlingLinus Torvalds
2009-07-24git branch: avoid unnecessary object lookupsLinus Torvalds
2009-07-24git branch: fix performance problemLinus Torvalds
2009-07-23git svn: fix shallow clone when upstream revision is too newEric Wong
2009-07-23do_one_ref(): null_sha1 check is not about broken refJunio C Hamano
2009-07-23configure.ac: properly unset NEEDS_SSL_WITH_CRYPTO when sha1 func is missingv1.6.4-rc2Brandon Casey
2009-07-23janitor: useless checks before freePierre Habouzit
2009-07-23janitor: add DIV_ROUND_UP and use it.Pierre Habouzit
2009-07-23refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit
2009-07-23janitor: use NULL and not 0 for pointers.Pierre Habouzit
2009-07-23git stash: modernize use of "dashed" git-XXX callsMartin Koegler
2009-07-23Improve doc for format-patch threading options.Yann Dirson
2009-07-23List send-email config options in config.txt.Yann Dirson
2009-07-23configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN testsBrandon Casey
2009-07-23Merge branch 'maint'Junio C Hamano
2009-07-23Trailing whitespace and no newline fixSZEDER Gábor
2009-07-22diff --cc: a lost line at the beginning of the file is shown incorrectlyJunio C Hamano
2009-07-22combine-diff.c: fix performance problem when folding common deleted linesJunio C Hamano
2009-07-20git svn: fix reparenting when ugly http(s) URLs are usedEric Wong
2009-07-20git svn: rename tests that had conflicting numbersEric Wong
2009-07-19Updates to draft release notes to 1.6.4Junio C Hamano
2009-07-19push: do not give big warning when no preference is configuredJunio C Hamano
2009-07-18t4202-log.sh: Test git log --no-walk sort orderMichael J Gruber
2009-07-18cvsexportcommit: reorder tests to quiet intermittent failureMike Ralphson
2009-07-18Merge branch 'maint'Junio C Hamano
2009-07-18checkout -f: deal with a D/F conflict entry correctlyJunio C Hamano
2009-07-16sha1_name.c: avoid unnecessary strbuf_releaseBrandon Casey
2009-07-16refs.c: release file descriptor on error returnBrandon Casey
2009-07-15Revert "mailinfo: Remove only one set of square brackets"v1.6.4-rc1Junio C Hamano
2009-07-14Fix extraneous lstat's in 'git checkout -f'Linus Torvalds