summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* receive-pack: support push-to-checkout hookjc/push-to-checkoutJunio C Hamano2015-01-084-2/+116
* receive-pack: refactor updateInstead codepathJunio C Hamano2014-12-011-25/+28
* t5516: more tests for receive.denyCurrentBranch=updateInsteadjs/push-to-updatejs/push-to-deployJunio C Hamano2014-11-301-9/+87
* receive-pack: add another option for receive.denyCurrentBranchJohannes Schindelin2014-11-303-2/+124
* Git 2.2.0-rc1v2.2.0-rc1Junio C Hamano2014-11-071-1/+1
* Merge branch 'maint'Junio C Hamano2014-11-061-1/+1
|\
| * docs/credential-store: s/--store/--file/Jeff King2014-11-061-1/+1
* | Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano2014-11-061-1/+1
|\ \
| * | gitignore.txt: fix spelling of "backslash"nd/gitignore-trailing-whitespaceBen North2014-11-041-1/+1
* | | Merge branch 'tm/line-log-first-parent'Junio C Hamano2014-11-062-0/+8
|\ \ \
| * | | line-log: fix crash when --first-parent is usedtm/line-log-first-parentTzvetan Mikov2014-11-042-0/+8
* | | | Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano2014-11-064-3/+77
|\ \ \ \
| * | | | ignore stale directories when checking reflog existenceJeff King2014-11-042-2/+36
| * | | | fetch: load all default config at startupJeff King2014-11-042-1/+41
* | | | | Merge branch 'rs/use-child-process-init-more'Junio C Hamano2014-11-064-66/+106
|\ \ \ \ \
| * | | | | bundle: split out ref writing from bundle_creaters/use-child-process-init-moreJeff King2014-10-301-39/+58
| * | | | | bundle: split out a helper function to compute and write prerequisitesJunio C Hamano2014-10-301-24/+35
| * | | | | bundle: split out a helper function to create pack dataJunio C Hamano2014-10-301-27/+37
| * | | | | use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-284-4/+4
* | | | | | Merge branch 'jk/cache-tree-protect-from-broken-libgit2'Junio C Hamano2014-11-061-0/+2
|\ \ \ \ \ \
| * | | | | | cache-tree: avoid infinite loop on zero-entry treejk/cache-tree-protect-from-broken-libgit2Jeff King2014-10-301-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Documentation: typofixesThomas Ackermann2014-11-0419-30/+30
* | | | | | RelNotes/2.2.0.txt: fix minor typosMatthieu Moy2014-11-031-3/+3
* | | | | | Git 2.2.0-rc0v2.2.0-rc0Junio C Hamano2014-10-312-1/+7
* | | | | | Merge branch 'for-junio' of git://bogomips.org/git-svnJunio C Hamano2014-10-314-91/+145
|\ \ \ \ \ \
| * | | | | | git-svn: use SVN::Ra::get_dir2 when possibleEric Wong2014-10-311-1/+11
| * | | | | | git-svn: add space after "W:" prefix in warningEric Wong2014-10-301-4/+2
| * | | | | | git-svn: (cleanup) remove editor param passingEric Wong2014-10-301-6/+4
| * | | | | | git-svn: prepare SVN::Ra config pieces onceEric Wong2014-10-291-27/+36
| * | | | | | Git.pm: add specified name to tempfile templateEric Wong2014-10-291-1/+4
| * | | | | | git-svn: disable _rev_list memoizationEric Wong2014-10-271-10/+0
| * | | | | | git-svn: save a little memory as fetch progressesEric Wong2014-10-251-1/+1
| * | | | | | git-svn: remove unnecessary DESTROY overrideEric Wong2014-10-251-4/+0
| * | | | | | git-svn: reload RA every log-window-sizeEric Wong2014-10-241-8/+13
| * | | | | | git-svn.txt: advertise pushurl with dcommitSveinung Kvilhaugsvik2014-10-241-0/+4
| * | | | | | git-svn: remove mergeinfo rev cachingEric Wong2014-10-241-21/+9
| * | | | | | git-svn: cache only mergeinfo revisionsEric Wong2014-10-241-14/+8
| * | | | | | git-svn: reduce check_cherry_pick cache overheadEric Wong2014-10-241-13/+15
| * | | | | | git-svn: only look at the root path for svn:mergeinfoJakob Stoklund Olesen2014-10-241-16/+13
| * | | | | | git-svn: only look at the new parts of svn:mergeinfoJakob Stoklund Olesen2014-10-241-12/+72
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-311-2/+2
|\ \ \ \ \ \
| * | | | | | receive-pack: avoid minor leak in case start_async() failsRené Scharfe2014-10-281-2/+2
* | | | | | | Merge branch 'rs/child-process-init'Junio C Hamano2014-10-311-1/+1
|\ \ \ \ \ \ \
| * | | | | | | api-run-command: add missing list item markerRené Scharfe2014-10-281-1/+1
* | | | | | | | Merge branch 'rs/grep-color-words'Junio C Hamano2014-10-314-9/+123
|\ \ \ \ \ \ \ \
| * | | | | | | | grep: add color.grep.matchcontext and color.grep.matchselectedrs/grep-color-wordsRené Scharfe2014-10-284-9/+123
* | | | | | | | | Merge git://ozlabs.org/~paulus/gitkJunio C Hamano2014-10-301-69/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gitk: Remove boilerplate for configuration variablesMax Kirillov2014-10-301-68/+20
| * | | | | | | | | gitk: Show detached HEAD if --all is specifiedMax Kirillov2014-10-301-0/+2
| * | | | | | | | | gitk: Do not depend on Cygwin's "kill" command on WindowsSebastian Schuberth2014-10-301-1/+1