Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | safe_create_leading_directories(): introduce enum for return values | Michael Haggerty | 2014-01-06 | 4 | -13/+26 | |
| * | | | | | | | safe_create_leading_directories(): always restore slash at end of loop | Michael Haggerty | 2014-01-06 | 1 | -13/+9 | |
| * | | | | | | | safe_create_leading_directories(): split on first of multiple slashes | Michael Haggerty | 2014-01-06 | 1 | -2/+3 | |
| * | | | | | | | safe_create_leading_directories(): rename local variable | Michael Haggerty | 2014-01-06 | 1 | -5/+5 | |
| * | | | | | | | safe_create_leading_directories(): add explicit "slash" pointer | Michael Haggerty | 2014-01-06 | 1 | -9/+11 | |
| * | | | | | | | safe_create_leading_directories(): reduce scope of local variable | Michael Haggerty | 2014-01-06 | 1 | -1/+2 | |
| * | | | | | | | safe_create_leading_directories(): fix format of "if" chaining | Michael Haggerty | 2014-01-06 | 1 | -4/+2 | |
* | | | | | | | | Merge branch 'tr/nth-previous-is-a-commit' | Junio C Hamano | 2014-01-27 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Documentation: @{-N} can refer to a committr/nth-previous-is-a-commit | Thomas Rast | 2014-01-21 | 2 | -3/+3 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'tr/gitk-doc-range-trace' | Junio C Hamano | 2014-01-27 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Documentation/gitk: document -L optiontr/gitk-doc-range-trace | Thomas Rast | 2014-01-21 | 1 | -0/+16 | |
* | | | | | | | | | Merge branch 'jk/mark-edges-uninteresting' | Junio C Hamano | 2014-01-27 | 2 | -9/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | list-objects: only look at cmdline trees with edge_hintjk/mark-edges-uninteresting | Jeff King | 2014-01-21 | 1 | -9/+11 | |
| * | | | | | | | | | t/perf: time rev-list with UNINTERESTING commits | Jeff King | 2014-01-21 | 1 | -0/+12 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jk/diff-filespec-cleanup' | Junio C Hamano | 2014-01-27 | 2 | -7/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | diff_filespec: use only 2 bits for is_binary flag | Jeff King | 2014-01-17 | 1 | -1/+1 | |
| * | | | | | | | | | diff_filespec: reorder is_binary field | Jeff King | 2014-01-17 | 1 | -1/+1 | |
| * | | | | | | | | | diff_filespec: drop xfrm_flags field | Jeff King | 2014-01-17 | 2 | -3/+2 | |
| * | | | | | | | | | diff_filespec: drop funcname_pattern_ident field | Jeff King | 2014-01-17 | 1 | -1/+0 | |
| * | | | | | | | | | diff_filespec: reorder dirty_submodule macro definitions | Jeff King | 2014-01-17 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'ef/mingw-write' | Junio C Hamano | 2014-01-27 | 5 | -25/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mingw: remove mingw_writeef/mingw-write | Erik Faye-Lund | 2014-01-17 | 2 | -20/+0 | |
| * | | | | | | | | | | prefer xwrite instead of write | Erik Faye-Lund | 2014-01-17 | 3 | -5/+4 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'rk/send-email-ssl-cert' | Junio C Hamano | 2014-01-27 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | send-email: /etc/ssl/certs/ directory may not be usable as ca_pathrk/send-email-ssl-cert | Ruben Kerkhof | 2014-01-16 | 1 | -1/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'jn/ignore-doc' | Junio C Hamano | 2014-01-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | gitignore doc: add global gitignore to synopsisjn/ignore-doc | Jonathan Nieder | 2014-01-16 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'jk/interpret-branch-name-fix' | Junio C Hamano | 2014-01-27 | 3 | -45/+124 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | interpret_branch_name: find all possible @-marksjk/interpret-branch-name-fix | Jeff King | 2014-01-15 | 2 | -9/+32 | |
| * | | | | | | | | | | interpret_branch_name: avoid @{upstream} past colon | Jeff King | 2014-01-15 | 2 | -0/+19 | |
| * | | | | | | | | | | interpret_branch_name: always respect "namelen" parameter | Jeff King | 2014-01-15 | 2 | -8/+24 | |
| * | | | | | | | | | | interpret_branch_name: rename "cp" variable to "at" | Jeff King | 2014-01-15 | 1 | -5/+5 | |
| * | | | | | | | | | | interpret_branch_name: factor out upstream handling | Jeff King | 2014-01-15 | 1 | -31/+52 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'jk/allow-fetch-onelevel-refname' | Junio C Hamano | 2014-01-27 | 2 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fetch-pack: do not filter out one-level refsjk/allow-fetch-onelevel-refname | Jeff King | 2014-01-15 | 2 | -1/+12 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'jc/revision-range-unpeel' | Junio C Hamano | 2014-01-27 | 2 | -12/+33 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | revision: propagate flag bits from tags to pointeesjc/revision-range-unpeel | Junio C Hamano | 2014-01-15 | 2 | -6/+13 | |
| * | | | | | | | | | | revision: mark contents of an uninteresting tree uninteresting | Junio C Hamano | 2014-01-15 | 2 | -8/+23 | |
* | | | | | | | | | | | Merge branch 'mh/retire-ref-fetch-rules' | Junio C Hamano | 2014-01-27 | 3 | -10/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | refname_match(): always use the rules in ref_rev_parse_rulesmh/retire-ref-fetch-rules@foo | Michael Haggerty | 2014-01-14 | 3 | -10/+13 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'mh/attr-macro-doc' | Junio C Hamano | 2014-01-27 | 1 | -3/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | gitattributes: document more clearly where macros are allowedmh/attr-macro-doc | Michael Haggerty | 2014-01-14 | 1 | -3/+6 | |
* | | | | | | | | | | | | Merge branch 'jc/maint-pull-docfix' | Junio C Hamano | 2014-01-27 | 2 | -5/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Documentation: "git pull" does not have the "-m" optionjc/maint-pull-docfix | Junio C Hamano | 2014-01-14 | 1 | -3/+6 | |
| * | | | | | | | | | | | | Merge branch 'jc/maint-pull-docfix-for-409b8d82' into jc/maint-pull-docfix | Junio C Hamano | 2014-01-14 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Documentation: exclude irrelevant options from "git pull"jc/maint-pull-docfix-for-409b8d82 | Junio C Hamano | 2014-01-14 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | Merge branch 'jk/complete-merge-base' | Junio C Hamano | 2014-01-27 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | completion: handle --[no-]fork-point options to git-rebasejk/complete-merge-base | John Keeping | 2014-01-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | completion: complete merge-base options | John Keeping | 2014-01-13 | 1 | -0/+6 | |
* | | | | | | | | | | | | | | | Merge branch 'ab/subtree-doc' | Junio C Hamano | 2014-01-27 | 2 | -13/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |