summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix unclosed here document in t3301.shjh/empty-notesKacper Kornet2015-01-221-1/+1
* t3301: modernize styleJohan Herland2014-11-141-699/+601
* notes: empty notes should be shown by 'git log'Johan Herland2014-11-122-2/+13
* builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland2014-11-123-11/+28
* builtin/notes: split create_note() to clarify add vs. remove logicJohan Herland2014-11-121-49/+54
* builtin/notes: simplify early exit code in add()Johan Herland2014-11-121-18/+17
* builtin/notes: refactor note file path into struct note_dataJohan Herland2014-11-101-17/+21
* builtin/notes: improve namingJohan Herland2014-11-101-55/+54
* t3301: verify that 'git notes' removes empty notes by defaultJohan Herland2014-11-101-0/+27
* builtin/notes: fix premature failure when trying to add the empty blobJohan Herland2014-11-101-1/+1
* 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