summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lock_packed_refs(): allow retries when acquiring the packed-refs lockmh/lockfile-retryMichael Haggerty2015-05-143-1/+34
* lockfile: allow file locking to be retried with a timeoutMichael Haggerty2015-05-142-4/+91
* Sync with 2.4.1Junio C Hamano2015-05-132-1/+42
|\
| * Git 2.4.1v2.4.1Junio C Hamano2015-05-134-3/+44
| * Merge branch 'sb/line-log-plug-pairdiff-leak' into maintJunio C Hamano2015-05-131-0/+1
| |\
| * \ Merge branch 'sb/test-bitmap-free-at-end' into maintJunio C Hamano2015-05-131-0/+2
| |\ \
| * \ \ Merge branch 'nd/t1509-chroot-test' into maintJunio C Hamano2015-05-131-9/+29
| |\ \ \
| * \ \ \ Merge branch 'jk/type-from-string-gently' into maintJunio C Hamano2015-05-132-1/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'ep/fix-test-lib-functions-report' into maintJunio C Hamano2015-05-131-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cn/bom-in-gitignore' into maintJunio C Hamano2015-05-136-5/+39
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-05-133-9/+26
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/init-core-worktree-at-root' into maintJunio C Hamano2015-05-131-3/+15
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'maint'Junio C Hamano2015-05-112-1/+24
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Sync with 2.3.8Junio C Hamano2015-05-1112-25/+149
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Git 2.3.8v2.3.8Junio C Hamano2015-05-114-3/+26
| | * | | | | | | | | Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3Junio C Hamano2015-05-116-15/+16
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'jc/diff-no-index-d-f' into maint-2.3Junio C Hamano2015-05-112-2/+98
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3Junio C Hamano2015-05-111-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/epochtime-wo-tz' into maint-2.3Junio C Hamano2015-05-111-5/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | Second batch for 2.5 cycleJunio C Hamano2015-05-111-0/+80
* | | | | | | | | | | | | | | Merge branch 'pt/xdg-config-path'Junio C Hamano2015-05-118-53/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | path.c: remove home_config_paths()pt/xdg-config-pathPaul Tan2015-05-062-29/+0
| * | | | | | | | | | | | | | | git-config: replace use of home_config_paths()Paul Tan2015-05-062-8/+4
| * | | | | | | | | | | | | | | git-commit: replace use of home_config_paths()Paul Tan2015-05-061-5/+3
| * | | | | | | | | | | | | | | credential-store.c: replace home_config_paths() with xdg_config_home()Paul Tan2015-05-061-1/+1
| * | | | | | | | | | | | | | | dir.c: replace home_config_paths() with xdg_config_home()Paul Tan2015-05-061-5/+2
| * | | | | | | | | | | | | | | attr.c: replace home_config_paths() with xdg_config_home()Paul Tan2015-05-061-5/+2
| * | | | | | | | | | | | | | | path.c: implement xdg_config_home()Paul Tan2015-05-062-0/+22
* | | | | | | | | | | | | | | | Merge branch 'ep/do-not-feed-a-pointer-to-array-size'Junio C Hamano2015-05-111-1/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deri...ep/do-not-feed-a-pointer-to-array-sizeElia Pinto2015-05-051-1/+53
* | | | | | | | | | | | | | | | | Merge branch 'jc/hash-object'Junio C Hamano2015-05-115-9/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | write_sha1_file(): do not use a separate sha1[] arrayjc/hash-objectJunio C Hamano2015-05-051-4/+1
| * | | | | | | | | | | | | | | | | t1007: add hash-object --literally testsEric Sunshine2015-05-051-0/+11
| * | | | | | | | | | | | | | | | | hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine2015-05-053-3/+23
| * | | | | | | | | | | | | | | | | git-hash-object.txt: document --literally optionEric Sunshine2015-05-041-2/+8
* | | | | | | | | | | | | | | | | | Merge branch 'sb/prefix-path-free-results'Junio C Hamano2015-05-112-13/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | prefix_path(): unconditionally free results in the callerssb/prefix-path-free-resultsStefan Beller2015-05-052-13/+10
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'sg/completion-no-redundant-all-command-list'Junio C Hamano2015-05-111-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | completion: remove redundant __git_compute_all_commands() callsg/completion-no-redundant-all-command-listSZEDER Gábor2015-05-031-1/+0
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'sg/complete-decorate-full-not-long'Junio C Hamano2015-05-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | completion: fix and update 'git log --decorate=' optionssg/complete-decorate-full-not-longSZEDER Gábor2015-05-031-1/+1
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line'Junio C Hamano2015-05-112-1/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | filter-branch: avoid passing commit message through sedJeff King2015-04-292-1/+19
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/daemon-no-ipv6-for-2.4.1'Junio C Hamano2015-05-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | daemon: unbreak NO_IPV6 build regressionjc/daemon-no-ipv6-for-2.4.1Junio C Hamano2015-05-051-1/+1
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'Junio C Hamano2015-05-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | config: use error() instead of fprintf(stderr, ...)jn/clean-use-error-not-fprintf-on-stderrJonathan Nieder2015-05-041-2/+2
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'tb/blame-resurrect-convert-to-git'Junio C Hamano2015-05-112-3/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | blame: CRLF in the working tree and LF in the repotb/blame-resurrect-convert-to-gitTorsten Bögershausen2015-05-032-3/+16
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'va/fix-git-p4-tests'Junio C Hamano2015-05-111-8/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \