summaryrefslogtreecommitdiffstats
path: root/diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-29merge-recursive: option to specify rename thresholdKevin Ballard5-3/+16
2010-09-29mergetool-lib: make the three-way diff the default for vim/gvimDan McGee1-3/+15
2010-09-29Git 1.7.3.1v1.7.3.1Junio C Hamano4-3/+18
2010-09-29stash: fix git stash branch regression when branch creation failsJon Seymour2-4/+4
2010-09-29stash drops the stash even if creating the branch fails because it already ex...Tomas Carnecky1-0/+11
2010-09-28daemon: allow more than one host address given via --listenAlexander Sulfrian2-9/+23
2010-09-28daemon: add helper function named_sock_setupAlexander Sulfrian1-20/+33
2010-09-28Fix missing 'does' in man-page for 'git checkout'Linus Torvalds1-8/+8
2010-09-27Documentation: pack.compression: explain how to recompressJan Krüger1-0/+4
2010-09-27repack: add -F flag to let user choose between --no-reuse-delta/objectJan Krüger2-3/+9
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason7-7/+10
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason14-6/+17
2010-09-27git-send-email.perl: Add --to-cmdJoe Perches3-18/+59
2010-09-27Makefile: add CC to TRACK_CFLAGSÆvar Arnfjörð Bjarmason1-1/+1
2010-09-27dir.c: squelch false uninitialized memory warningPat Notz1-1/+1
2010-09-27git-send-email.perl: ensure $domain is defined before using itBrandon Casey1-1/+1
2010-09-27wt-status.c: don't leak directory entries when processing untracked,ignoredBrandon Casey1-10/+6
2010-09-27t6050 (replace): fix bogus "fetch branch with replacement" testChristian Couder1-3/+10
2010-09-27Documentation: Refer to git-commit-tree in git-filter-branch helpWesley J. Landaker1-1/+1
2010-09-27update comment and documentation for :/foo syntaxMatthieu Moy2-1/+4
2010-09-27Improvements to `git checkout -h`Daniel Knittl-Frank1-6/+6
2010-09-27contrib/completion: --no-index option to git diffMichael J Gruber1-1/+1
2010-09-27get_author_ident_from_commit(): remove useless quotingUwe Kleine-König1-3/+0
2010-09-27prefer test -h over test -L in shell scriptsJeff King3-5/+5
2010-09-27Enable highlight executable path as a configuration optionChristopher Wilson3-3/+21
2010-09-27CodingGuidelines: spell Arithmetic Expansion with $(($var))Junio C Hamano1-0/+4
2010-09-27t1503: Fix arithmetic expansion syntax error when using dashRamsay Jones1-2/+2