summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-16cherry-pick/revert: Use advise() for hintsJonathan Nieder
2010-08-16cherry-pick/revert: Use error() for failure messageJonathan Nieder
2010-08-16Introduce advise() to print hintsJonathan Nieder
2010-08-16Eliminate “Finished cherry-pick/revert” messageJonathan Nieder
2010-07-23t3508: add check_head_differs_from() helper function and use itChristian Couder
2010-07-16revert: improve success message by adding abbreviated commit sha1Christian Couder
2010-07-16revert: don't print "Finished one cherry-pick." if commit failedChristian Couder
2010-07-16revert: refactor commit code into a new run_git_commit() functionChristian Couder
2010-07-16revert: report success when using option --strategyChristian Couder
2010-07-15Merge branch 'jn/paginate-fix'Junio C Hamano
2010-07-15Merge branch 'wp/merge-tree-fix'Junio C Hamano
2010-07-15Merge branch 'js/merge-rr-fix'Junio C Hamano
2010-07-15Merge branch 'jc/diff-merge-base-multi'Junio C Hamano
2010-07-15Merge branch 'ns/merge-recursive-uptodate'Junio C Hamano
2010-07-15Merge branch 'jn/tests'Junio C Hamano
2010-07-15Merge branch 'eb/doc-log-manpage'Junio C Hamano
2010-07-15Merge branch 'jn/grep-open'Junio C Hamano
2010-07-15Merge branch 'mg/revision-doc'Junio C Hamano
2010-07-15Merge branch 'jk/maint-status-keep-index-timestamp'Junio C Hamano
2010-07-15Merge branch 'jc/rebase-i-commit-msg-fix'Junio C Hamano
2010-07-15Merge branch 'ab/submodule-add-f'Junio C Hamano
2010-07-15Merge branch 'bc/maint-makefile-fixes'Junio C Hamano
2010-07-15Merge branch 'maint'Junio C Hamano
2010-07-15Documentation: add submodule.* to the big configuration variable listJonathan Nieder
2010-07-15gitmodules.5: url can be a relative pathJonathan Nieder
2010-07-15gitweb: fix esc_urlPavan Kumar Sunkara
2010-07-14git --paginate: paginate external commands againJonathan Nieder
2010-07-14MERGE_RR is in .git, not .git/rr-cacheJay Soffian
2010-07-14merge-tree: fix where two branches share no changesWill Palmer
2010-07-14add basic tests for merge-treeWill Palmer
2010-07-14Git 1.7.2-rc3v1.7.2-rc3Junio C Hamano
2010-07-14Merge branch 'jc/read-tree-cache-tree-fix'Junio C Hamano
2010-07-14Use dev_t for device id (st_dev) from stat in setup_git_directory_gently()Raja R Harinath
2010-07-13diff A...B: give one possible diff when there are more than one merge-baseJunio C Hamano
2010-07-13Merge branch 'maint'Junio C Hamano
2010-07-13git fetch documentation: describe short '-p' synonym to '--prune' optionOren Held
2010-07-13format-patch: document the format.to configuration settingMiklos Vajna
2010-07-12test-lib: TAP compliance for skipping tests on requestMichael J Gruber
2010-07-12test-lib: simplify GIT_SKIP_TESTS loopMichael J Gruber
2010-07-12Merge branch 'maint'Junio C Hamano
2010-07-12t3000 (ls-files -o): modernize styleJonathan Nieder
2010-07-10Documentation: Spelling fix in protocol-capabilities.txtFredrik Skolmli
2010-07-09merge-recursive: use "up-to-date" instead of "uptodate" in error message for ...Nicolas Sebrecht
2010-07-09checkout: accord documentation to what git doesNicolas Sebrecht
2010-07-09t0005: work around strange $? in ksh when program terminated by a signalJohannes Sixt
2010-07-09Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fixJunio C Hamano
2010-07-09diff.c: fix a graph output bugBo Yang
2010-07-09tests: Use skip_all=* to skip testsÆvar Arnfjörð Bjarmason
2010-07-09Fix "read-tree -m A B" priming the cache-treeJunio C Hamano
2010-07-09Reorganize `git-log' man page to clarify common diff options.Eli Barzilay