aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Git 1.7.11.4v1.7.11.4Junio C Hamano2012-07-30
* Merge branch 'jk/maint-commit-document-editmsg' into maintJunio C Hamano2012-07-30
|\
| * commit: document the temporary commit message fileJeff King2012-07-23
* | Merge branch 'jk/maint-advise-vaddf' into maintJunio C Hamano2012-07-30
|\ \
| * | advice: pass varargs to strbuf_vaddf, not strbuf_addfJeff King2012-07-23
* | | Merge branch 'kk/maint-commit-tree' into maintJunio C Hamano2012-07-30
|\ \ \
| * | | Revert "git-commit-tree(1): update synopsis"Junio C Hamano2012-07-17
| * | | Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano2012-07-17
| |\ \ \
| | * | | commit-tree: resurrect command line parsing updatesJunio C Hamano2012-07-17
* | | | | Merge branch 'jv/maint-no-ext-diff' into maintJunio C Hamano2012-07-30
|\ \ \ \ \
| * | | | | diff: test precedence of external diff driversJeff King2012-07-19
| * | | | | diff: correctly disable external_diff with --no-ext-diffJunio C Hamano2012-07-17
| | |_|/ / | |/| | |
* | | | | Merge branch 'pg/maint-1.7.9-am-where-is-patch' into maintJunio C Hamano2012-07-30
|\ \ \ \ \
| * | | | | am: indicate where a failed patch is to be foundPaul Gortmaker2012-07-13
| |/ / / /
* | | | | Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink' into maintJunio C Hamano2012-07-30
|\ \ \ \ \
| * | | | | submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann2012-07-12
* | | | | | Merge branch 'jc/maint-filter-branch-epoch-date' into maintJunio C Hamano2012-07-30
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | t7003: add test to filter a branch with a commit at epochJunio C Hamano2012-07-12
| * | | | | date.c: Fix off by one error in object-header date parsingJunio C Hamano2012-07-12
| * | | | | filter-branch: do not forget the '@' prefix to force git-timestampJunio C Hamano2012-07-09
* | | | | | Git 1.7.11.3v1.7.11.3Junio C Hamano2012-07-22
* | | | | | Merge branch 'jk/push-delete-ref-error-message' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \
| * | | | | | push: don't guess at qualifying remote refs on deletionJeff King2012-07-03
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ar/clone-honor-umask-at-top' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \
| * | | | | | add: create ADD_EDIT.patch with mode 0666Jeff King2012-07-09
| * | | | | | rerere: make rr-cache fanout directory honor umaskJunio C Hamano2012-07-09
| * | | | | | Restore umasks influence on the permissions of work tree created by cloneAlex Riesen2012-07-09
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'cw/amend-commit-without-message' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \
| * | | | | | Allow edit of empty message with commit --amendChris Webb2012-07-09
| |/ / / / /
* | | | | | Merge branch 'jk/maint-commit-amend-only-no-paths' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \
| * | | | | | commit: fix "--amend --only" with no pathspecJeff King2012-07-10
* | | | | | | Merge branch 'tg/maint-cache-name-compare' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \ \
| * | | | | | | cache_name_compare(): do not truncate while comparing pathsJunio C Hamano2012-07-11
* | | | | | | | Merge branch 'tr/maint-show-walk' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \ \ \
| * | | | | | | | show: fix "range implies walking"Junio C Hamano2012-06-19
| * | | | | | | | Demonstrate git-show is broken with rangesThomas Rast2012-06-19
* | | | | | | | | Merge branch 'jc/refactor-diff-stdin' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano2012-06-28
| * | | | | | | | | diff-index.c: unify handling of command line pathsJunio C Hamano2012-06-28
| * | | | | | | | | diff-index.c: do not pretend paths are pathspecsJunio C Hamano2012-06-28
* | | | | | | | | | Merge branch 'mz/empty-rebase-test' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add test case for rebase of empty commitMartin von Zweigbergk2012-06-27
* | | | | | | | | | | Merge branch 'js/fast-export-paths-with-spaces' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fast-export: quote paths with spacesJay Soffian2012-06-27
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'cw/no-detaching-an-unborn' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-checkout: disallow --detach on unborn branchChris Webb2012-06-26
* | | | | | | | | | | | Merge branch 'vr/use-our-perl-in-tests' into maintJunio C Hamano2012-07-22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t/README: add a bit more Don'tsJunio C Hamano2012-06-24
| * | | | | | | | | | | | tests: enclose $PERL_PATH in double quotesJunio C Hamano2012-06-24
| * | | | | | | | | | | | t/test-lib.sh: export PERL_PATH for use in scriptsJunio C Hamano2012-06-24