summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/gpg-show-long-key-in-signature-verification-maint' into lt/g...lt/gpg-show-long-key-in-signature-verificationJunio C Hamano2016-08-161-0/+1
|\
| * gpg-interface: prefer "long" key format output when verifying pgp signatureslt/gpg-show-long-key-in-signature-verification-maintLinus Torvalds2016-08-161-2/+2
* | Relnotes: decribe the updates to the "text=auto" attributeJunio C Hamano2016-08-151-0/+9
* | Git 2.10-rc0v2.10.0-rc0Junio C Hamano2016-08-142-13/+11
* | Sync with 2.9.3Junio C Hamano2016-08-122-1/+12
|\ \
| * | Git 2.9.3v2.9.3Junio C Hamano2016-08-123-2/+13
| * | Merge branch 'jk/difftool-in-subdir' into maintJunio C Hamano2016-08-122-59/+41
| |\ \
| * \ \ Merge branch 'jk/reset-ident-time-per-commit' into maintJunio C Hamano2016-08-123-0/+8
| |\ \ \
* | | | | Final batch before 2.10-rc0Junio C Hamano2016-08-121-2/+36
* | | | | Merge branch 'kw/patch-ids-optim'Junio C Hamano2016-08-128-87/+128
|\ \ \ \ \
| * | | | | rebase: avoid computing unnecessary patch IDsKevin Willford2016-08-115-8/+85
| * | | | | patch-ids: add flag to create the diff patch id using header only dataKevin Willford2016-07-293-8/+12
| * | | | | patch-ids: replace the seen indicator with a commit pointerKevin Willford2016-07-293-16/+5
| * | | | | patch-ids: stop using a hand-rolled hashmap implementationKevin Willford2016-07-292-61/+32
* | | | | | Merge branch 'ew/http-backend-batch-headers'Junio C Hamano2016-08-121-104/+116
|\ \ \ \ \ \
| * | | | | | http-backend: buffer headers before sendingew/http-backend-batch-headersEric Wong2016-08-101-104/+116
* | | | | | | Merge branch 'va/i18n'Junio C Hamano2016-08-123-16/+16
|\ \ \ \ \ \ \
| * | | | | | | i18n: git-stash: mark messages for translationVasco Almeida2016-08-101-2/+2
| * | | | | | | i18n: archive: mark errors for translationVasco Almeida2016-08-091-5/+5
| * | | | | | | i18n: setup: mark error messages for translationVasco Almeida2016-08-091-9/+9
* | | | | | | | Merge branch 'vs/typofix'Junio C Hamano2016-08-1225-33/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | Spelling fixesvs/typofixVille Skyttä2016-08-1125-33/+33
* | | | | | | | | Merge branch 'js/mv-dir-to-new-directory'Junio C Hamano2016-08-121-4/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git mv: do not keep slash in `git mv dir non-existing-dir/`js/mv-dir-to-new-directoryJohannes Schindelin2016-08-081-4/+7
* | | | | | | | | | Merge branch 'rs/use-strbuf-add-unique-abbrev'Junio C Hamano2016-08-123-16/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | use strbuf_add_unique_abbrev() for adding short hashesrs/use-strbuf-add-unique-abbrevRené Scharfe2016-08-063-16/+11
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/big-and-future-archive-tar'Junio C Hamano2016-08-121-10/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | archive-tar: make write_extended_header() voidjk/big-and-future-archive-tarRené Scharfe2016-08-061-10/+5
* | | | | | | | | | | Merge branch 'jk/trace-fixup'Junio C Hamano2016-08-123-33/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | trace: do not fall back to stderrjk/trace-fixupJeff King2016-08-051-6/+4
| * | | | | | | | | | | write_or_die: drop write_or_whine_pipe()Jeff King2016-08-052-13/+0
| * | | | | | | | | | | trace: disable key after write errorJeff King2016-08-051-0/+1
| * | | | | | | | | | | trace: correct variable name in write() error messageJeff King2016-08-051-5/+5
| * | | | | | | | | | | trace: cosmetic fixes for error messagesJeff King2016-08-051-8/+8
| * | | | | | | | | | | trace: use warning() for printing trace errorsJeff King2016-08-051-6/+5
| * | | | | | | | | | | trace: stop using write_or_whine_pipe()Jeff King2016-08-041-3/+8
| * | | | | | | | | | | trace: handle NULL argument in trace_disable()Jeff King2016-08-041-4/+16
* | | | | | | | | | | | Merge branch 'rs/merge-recursive-string-list-init'Junio C Hamano2016-08-121-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | merge-recursive: use STRING_LIST_INIT_NODUPrs/merge-recursive-string-list-initRené Scharfe2016-08-051-2/+1
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'rs/merge-add-strategies-simplification'Junio C Hamano2016-08-121-34/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | merge: use string_list_split() in add_strategies()rs/merge-add-strategies-simplificationRené Scharfe2016-08-051-34/+10
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'rs/child-process-init'Junio C Hamano2016-08-122-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | use CHILD_PROCESS_INIT to initialize automatic variablesrs/child-process-initRené Scharfe2016-08-052-6/+3
* | | | | | | | | | | | | Merge branch 'js/import-tars-hardlinks'Junio C Hamano2016-08-121-11/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | import-tars: support hard linksjs/import-tars-hardlinksJohannes Schindelin2016-08-031-11/+20
* | | | | | | | | | | | | | Merge branch 'ms/document-pack-window-memory-is-per-thread'Junio C Hamano2016-08-122-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | document git-repack interaction of pack.threads and pack.windowMemoryms/document-pack-window-memory-is-per-threadMichael Stahl2016-08-102-4/+6
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'vs/completion-branch-fully-spelled-d-m-r'Junio C Hamano2016-08-121-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | completion: complete --delete, --move, and --remotes for git branchvs/completion-branch-fully-spelled-d-m-rVille Skyttä2016-08-091-3/+3
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'sb/submodule-clone-retry'Junio C Hamano2016-08-121-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \