summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-08Merge branch 'maint'Junio C Hamano
2008-03-08send-email: --no-signed-off-cc should suppress 'sob' ccJunio C Hamano
2008-03-08Merge branch 'js/reflog-delete'Junio C Hamano
2008-03-08Merge branch 'dc/format-pretty'Junio C Hamano
2008-03-08Merge branch 'cb/mergetool'Junio C Hamano
2008-03-07unquote_c_style: fix off-by-one.Pierre Habouzit
2008-03-07test-lib: fix TERM to dumb for test repeatabilityJunio C Hamano
2008-03-07config.txt: refer to --upload-pack and --receive-pack instead of --execUwe Kleine-König
2008-03-07Merge branch 'ar/sgid-bsd'Junio C Hamano
2008-03-07Merge branch 'cc/run-command'Junio C Hamano
2008-03-06Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2008-03-05Do not use GUID on dir in git init --shared=all on FreeBSDAlex Riesen
2008-03-05run-command: Redirect stderr to a pipe before redirecting stdout to stderrChristian Couder
2008-03-05bash: git-branch -d and -m lists only local branchesSZEDER Gábor
2008-03-05bash: add git-branch optionsSZEDER Gábor
2008-03-05Add a very basic test script for git mergetoolCharles Bailey
2008-03-05Teach git mergetool to use custom commands defined at config timeCharles Bailey
2008-03-05Changed an internal variable of mergetool to support custom commandsCharles Bailey
2008-03-05Tidy up git mergetool's backup file behaviourCharles Bailey
2008-03-05log/show/whatchanged: introduce format.pretty configurationDenis Cheng
2008-03-05specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng
2008-03-05whatchanged documentation: share description of --pretty with othersDenis Cheng
2008-03-05fsck.c: fix bogus "empty tree" checkJunio C Hamano
2008-03-05git-gui: Gracefully fall back to po2msg.sh if msgfmt --tcl failsShawn O. Pearce
2008-03-04Revert "unpack-objects: prevent writing of inconsistent objects"Junio C Hamano
2008-03-04Revert "receive-pack: use strict mode for unpacking objects"Junio C Hamano
2008-03-04Merge branch 'maint'Junio C Hamano
2008-03-04Fix 'git remote show' regression on empty repository in 1.5.4Shawn O. Pearce
2008-03-04t3407-rebase-abort.sh: Enhance existing tests, and add test for rebase --mergeMike Hommey
2008-03-04git-p4: Fix import of changesets with file deletionsSimon Hausmann
2008-03-04Fix test for cleanup failure in t7300 on WindowsAlex Riesen
2008-03-04t6120 (describe): check --long properlyJunio C Hamano
2008-03-04Add git-describe test for "verify annotated tag names on output"Shawn O. Pearce
2008-03-04Test for packed tags in git-describe outputShawn O. Pearce
2008-03-04Don't allow git-describe failures to go unnoticed in t6120Shawn O. Pearce
2008-03-03describe: re-fix display_name()Junio C Hamano
2008-03-03Fix incorrect wording in git-merge.txt.Matthieu Moy
2008-03-03git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape
2008-03-03Fix random crashes in http_cleanup()Mike Hommey
2008-03-03describe: fix --long outputJunio C Hamano
2008-03-03git-describe: use tags found in packed-refs correctlyJunio C Hamano
2008-03-03t3903-stash.sh: Add tests for new stash commands drop and popBrandon Casey
2008-03-03git-reflog.txt: Document new commands --updateref and --rewriteBrandon Casey
2008-03-03t3903-stash.sh: Add missing '&&' to body of testcaseBrandon Casey
2008-03-03Merge commit '74359821' into js/reflog-deleteJunio C Hamano
2008-03-03fetch-pack: check parse_commit/object resultsMartin Koegler
2008-03-03Update draft release notes for 1.5.5Junio C Hamano
2008-03-03Merge branch 'maint'Junio C Hamano
2008-03-03Update draft release notes for 1.5.4.4Junio C Hamano
2008-03-03revert: actually check for a dirty indexJeff King