summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | setup.c: convert check_repository_format_gently to use strbufNguyễn Thái Ngọc Duy2014-12-011-4/+8
| * | | | | | | | setup.c: detect $GIT_COMMON_DIR in is_git_directory()Nguyễn Thái Ngọc Duy2014-12-012-6/+44
| * | | | | | | | setup.c: convert is_git_directory() to use strbufNguyễn Thái Ngọc Duy2014-12-011-16/+21
| * | | | | | | | git-stash: avoid hardcoding $GIT_DIR/logs/....Nguyễn Thái Ngọc Duy2014-12-011-2/+2
| * | | | | | | | *.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy2014-12-016-24/+22
| * | | | | | | | git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objectsNguyễn Thái Ngọc Duy2014-12-011-1/+1
| * | | | | | | | $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-016-19/+117
| * | | | | | | | commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy2014-12-011-1/+1
| * | | | | | | | fast-import: use git_path() for accessing .git dir instead of get_git_dir()Nguyễn Thái Ngọc Duy2014-12-011-4/+1
| * | | | | | | | reflog: avoid constructing .lock path with git_pathNguyễn Thái Ngọc Duy2014-12-011-1/+1
| * | | | | | | | *.sh: respect $GIT_INDEX_FILENguyễn Thái Ngọc Duy2014-12-012-2/+2
| * | | | | | | | git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-016-7/+95
| * | | | | | | | path.c: group git_path(), git_pathdup() and strbuf_git_path() togetherNguyễn Thái Ngọc Duy2014-12-011-10/+10
| * | | | | | | | path.c: rename vsnpath() to do_git_path()Nguyễn Thái Ngọc Duy2014-12-011-4/+4
| * | | | | | | | git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-015-26/+55
| * | | | | | | | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-0115-32/+36
| * | | | | | | | path.c: make get_pathname() return strbuf instead of static bufferNguyễn Thái Ngọc Duy2014-12-011-69/+51
* | | | | | | | | Merge branch 'pt/credential-xdg'Junio C Hamano2015-05-113-29/+210
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t0302: "unreadable" test needs POSIXPERMpt/credential-xdgJunio C Hamano2015-03-251-1/+1
| * | | | | | | | | t0302: test credential-store support for XDG_CONFIG_HOMEPaul Tan2015-03-241-0/+114
| * | | | | | | | | git-credential-store: support XDG_CONFIG_HOMEPaul Tan2015-03-242-6/+42
| * | | | | | | | | git-credential-store: support multiple credential filesPaul Tan2015-03-241-25/+56
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | First batch for 2.5 cycleJunio C Hamano2015-05-053-2/+88
* | | | | | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2015-05-053-9/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sha1_file: only freshen packs once per runJeff King2015-04-202-1/+9
| * | | | | | | | | sha1_file: freshen pack objects before looseJeff King2015-04-201-1/+1
| * | | | | | | | | reachable: only mark local objects as recentJeff King2015-04-203-7/+16
* | | | | | | | | | Merge branch 'mm/usage-log-l-can-take-regex'Junio C Hamano2015-05-056-15/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | log -L: improve error message on malformed argumentmm/usage-log-l-can-take-regexMatthieu Moy2015-04-202-5/+5
| * | | | | | | | | | Documentation: change -L:<regex> to -L:<funcname>Matthieu Moy2015-04-204-10/+11
* | | | | | | | | | | Merge branch 'ep/fix-test-lib-functions-report'Junio C Hamano2015-05-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | test-lib-functions.sh: fix the second argument to some helper functionsep/fix-test-lib-functions-reportElia Pinto2015-04-161-2/+2
* | | | | | | | | | | | Merge branch 'cn/bom-in-gitignore'Junio C Hamano2015-05-056-5/+39
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | attr: skip UTF8 BOM at the beginning of the input filecn/bom-in-gitignoreJunio C Hamano2015-04-161-2/+7
| * | | | | | | | | | | | config: use utf8_bom[] from utf.[ch] in git_parse_source()Junio C Hamano2015-04-161-3/+3
| * | | | | | | | | | | | utf8-bom: introduce skip_utf8_bom() helperJunio C Hamano2015-04-163-5/+18
| * | | | | | | | | | | | add_excludes_from_file: clarify the bom skipping logicJunio C Hamano2015-04-161-4/+5
| * | | | | | | | | | | | dir: allow a BOM at the beginning of exclude filesCarlos Martín Nieto2015-04-162-1/+16
* | | | | | | | | | | | | Merge branch 'jc/epochtime-wo-tz'Junio C Hamano2015-05-051-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | parse_date_basic(): let the system handle DST conversionjc/epochtime-wo-tzJunio C Hamano2015-04-151-2/+6
| * | | | | | | | | | | | | parse_date_basic(): return early when given a bogus timestampJunio C Hamano2015-04-151-3/+3
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'nd/t1509-chroot-test'Junio C Hamano2015-05-051-9/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t1509: update prepare script to be able to run t1509 in chroot againnd/t1509-chroot-testNguyễn Thái Ngọc Duy2015-04-181-9/+29
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'oh/fix-config-default-user-name-section'Junio C Hamano2015-05-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | config: fix settings in default_user_config templateoh/fix-config-default-user-name-sectionOssi Herrala2015-04-171-2/+2
* | | | | | | | | | | | | | Merge branch 'jk/type-from-string-gently'Junio C Hamano2015-05-052-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | type_from_string_gently: make sure length matchesjk/type-from-string-gentlyJeff King2015-04-172-1/+10
* | | | | | | | | | | | | | | Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano2015-05-051-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | pack-bitmap.c: fix a memleakStefan Beller2015-04-121-0/+2
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'ld/p4-filetype-detection'Junio C Hamano2015-05-052-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \