Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | *.sh: respect $GIT_INDEX_FILE | Nguyễn Thái Ngọc Duy | 2014-12-01 | 2 | -2/+2 | |
| * | | | | git_path(): be aware of file relocation in $GIT_DIR | Nguyễn Thái Ngọc Duy | 2014-12-01 | 6 | -7/+95 | |
| * | | | | path.c: group git_path(), git_pathdup() and strbuf_git_path() together | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -10/+10 | |
| * | | | | path.c: rename vsnpath() to do_git_path() | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -4/+4 | |
| * | | | | git_snpath(): retire and replace with strbuf_git_path() | Nguyễn Thái Ngọc Duy | 2014-12-01 | 5 | -26/+55 | |
| * | | | | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 2014-12-01 | 15 | -32/+36 | |
| * | | | | path.c: make get_pathname() return strbuf instead of static buffer | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -69/+51 | |
* | | | | | Merge branch 'pt/credential-xdg' | Junio C Hamano | 2015-05-11 | 3 | -29/+210 | |
|\ \ \ \ \ | ||||||
| * | | | | | t0302: "unreadable" test needs POSIXPERMpt/credential-xdg | Junio C Hamano | 2015-03-25 | 1 | -1/+1 | |
| * | | | | | t0302: test credential-store support for XDG_CONFIG_HOME | Paul Tan | 2015-03-24 | 1 | -0/+114 | |
| * | | | | | git-credential-store: support XDG_CONFIG_HOME | Paul Tan | 2015-03-24 | 2 | -6/+42 | |
| * | | | | | git-credential-store: support multiple credential files | Paul Tan | 2015-03-24 | 1 | -25/+56 | |
* | | | | | | First batch for 2.5 cycle | Junio C Hamano | 2015-05-05 | 3 | -2/+88 | |
* | | | | | | Merge branch 'jk/prune-mtime' | Junio C Hamano | 2015-05-05 | 3 | -9/+26 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | sha1_file: only freshen packs once per run | Jeff King | 2015-04-20 | 2 | -1/+9 | |
| * | | | | | | sha1_file: freshen pack objects before loose | Jeff King | 2015-04-20 | 1 | -1/+1 | |
| * | | | | | | reachable: only mark local objects as recent | Jeff King | 2015-04-20 | 3 | -7/+16 | |
* | | | | | | | Merge branch 'mm/usage-log-l-can-take-regex' | Junio C Hamano | 2015-05-05 | 6 | -15/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | log -L: improve error message on malformed argumentmm/usage-log-l-can-take-regex | Matthieu Moy | 2015-04-20 | 2 | -5/+5 | |
| * | | | | | | | Documentation: change -L:<regex> to -L:<funcname> | Matthieu Moy | 2015-04-20 | 4 | -10/+11 | |
* | | | | | | | | Merge branch 'ep/fix-test-lib-functions-report' | Junio C Hamano | 2015-05-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | test-lib-functions.sh: fix the second argument to some helper functionsep/fix-test-lib-functions-report | Elia Pinto | 2015-04-16 | 1 | -2/+2 | |
* | | | | | | | | | Merge branch 'cn/bom-in-gitignore' | Junio C Hamano | 2015-05-05 | 6 | -5/+39 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | attr: skip UTF8 BOM at the beginning of the input filecn/bom-in-gitignore | Junio C Hamano | 2015-04-16 | 1 | -2/+7 | |
| * | | | | | | | | | config: use utf8_bom[] from utf.[ch] in git_parse_source() | Junio C Hamano | 2015-04-16 | 1 | -3/+3 | |
| * | | | | | | | | | utf8-bom: introduce skip_utf8_bom() helper | Junio C Hamano | 2015-04-16 | 3 | -5/+18 | |
| * | | | | | | | | | add_excludes_from_file: clarify the bom skipping logic | Junio C Hamano | 2015-04-16 | 1 | -4/+5 | |
| * | | | | | | | | | dir: allow a BOM at the beginning of exclude files | Carlos Martín Nieto | 2015-04-16 | 2 | -1/+16 | |
* | | | | | | | | | | Merge branch 'jc/epochtime-wo-tz' | Junio C Hamano | 2015-05-05 | 1 | -5/+9 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | parse_date_basic(): let the system handle DST conversionjc/epochtime-wo-tz | Junio C Hamano | 2015-04-15 | 1 | -2/+6 | |
| * | | | | | | | | | | parse_date_basic(): return early when given a bogus timestamp | Junio C Hamano | 2015-04-15 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge branch 'nd/t1509-chroot-test' | Junio C Hamano | 2015-05-05 | 1 | -9/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | t1509: update prepare script to be able to run t1509 in chroot againnd/t1509-chroot-test | Nguyễn Thái Ngọc Duy | 2015-04-18 | 1 | -9/+29 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'oh/fix-config-default-user-name-section' | Junio C Hamano | 2015-05-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | config: fix settings in default_user_config templateoh/fix-config-default-user-name-section | Ossi Herrala | 2015-04-17 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge branch 'jk/type-from-string-gently' | Junio C Hamano | 2015-05-05 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | type_from_string_gently: make sure length matchesjk/type-from-string-gently | Jeff King | 2015-04-17 | 2 | -1/+10 | |
* | | | | | | | | | | | | | Merge branch 'sb/test-bitmap-free-at-end' | Junio C Hamano | 2015-05-05 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | pack-bitmap.c: fix a memleak | Stefan Beller | 2015-04-12 | 1 | -0/+2 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'ld/p4-filetype-detection' | Junio C Hamano | 2015-05-05 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | git-p4: fix filetype detection on files opened exclusivelyld/p4-filetype-detection | Blair Holloway | 2015-04-04 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | git-p4: small fix for locked-file-move-test | Luke Diamand | 2015-04-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | git-p4: fix small bug in locked test scripts | Luke Diamand | 2015-04-04 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge branch 'ts/checkout-advice-plural' | Junio C Hamano | 2015-05-05 | 1 | -2/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | checkout: call a single commit "it" intead of "them"ts/checkout-advice-plural | Thomas Schneider | 2015-04-02 | 1 | -2/+9 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'jk/init-core-worktree-at-root' | Junio C Hamano | 2015-05-05 | 1 | -3/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | init: don't set core.worktree when initializing /.gitjk/init-core-worktree-at-root | Jeff King | 2015-04-02 | 1 | -3/+15 | |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'mh/show-branch-topic' | Junio C Hamano | 2015-05-05 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | show-branch: show all local heads when only giving one rev along --topicsmh/show-branch-topic | Mike Hommey | 2015-03-31 | 1 | -3/+3 | |
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'sb/line-log-plug-pairdiff-leak' | Junio C Hamano | 2015-05-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |