summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* completion: simplify query for config variablessg/completion-configSZEDER Gábor2015-05-122-7/+15
* completion: add a helper function to get config variablesSZEDER Gábor2015-05-122-20/+36
* 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
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-p4: t9814: prevent --chain-lint failureva/fix-git-p4-testsLuke Diamand2015-04-281-8/+3
* | | | | | | | | | | | | | Merge branch 'ld/p4-case-fold'Junio C Hamano2015-05-112-1/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | git-p4: add failing tests for case-folding p4dld/p4-case-foldLuke Diamand2015-04-282-1/+55
* | | | | | | | | | | | | | | Merge branch 'jk/rebase-quiet-noop'Junio C Hamano2015-05-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | rebase: silence "git checkout" for noop rebasejk/rebase-quiet-noopJeff King2015-04-281-1/+1
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'va/p4-client-path'Junio C Hamano2015-05-112-4/+115
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | git-p4: improve client path detection when branches are usedva/p4-client-pathVitor Antunes2015-04-232-5/+10
| * | | | | | | | | | | | | | | t9801: check git-p4's branch detection with client spec enabledVitor Antunes2015-04-221-0/+106
* | | | | | | | | | | | | | | | Merge branch 'mm/add-p-split-error'Junio C Hamano2015-05-112-11/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | stash -p: demonstrate failure of split with mixed y/nmm/add-p-split-errorMatthieu Moy2015-04-161-0/+23