aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | do not pretend sha1write returns errorsJeff King2013-12-26
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'nd/add-empty-fix'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy2013-12-26
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'tm/fetch-prune'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fetch --prune: Run prune before fetchingTom Miller2014-01-03
| * | | | | | | | | | | fetch --prune: always print header urlTom Miller2014-01-03
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'mh/path-max'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin/prune.c: use strbuf to avoid having to worry about PATH_MAXJeff King2013-12-18
| * | | | | | | | | | | prune-packed: use strbuf to avoid having to worry about PATH_MAXJunio C Hamano2013-12-17
* | | | | | | | | | | | Merge branch 'cc/replace-object-info'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | replace info: rename 'full' to 'long' and clarify in-code symbolsChristian Couder2013-12-30
| * | | | | | | | | | | | builtin/replace: unset read_replace_refsChristian Couder2013-12-12
| * | | | | | | | | | | | builtin/replace: teach listing using short, medium or full formatsChristian Couder2013-12-12
| * | | | | | | | | | | | sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder2013-12-12
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'nd/negative-pathspec'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-06
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2013-12-30
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | for-each-ref: remove unused variableRamkumar Ramachandra2013-12-30
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'tg/diff-no-index-refactor'Junio C Hamano2013-12-27
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | diff: avoid some nestingThomas Gummerer2013-12-16
| * | | | | | | | | | | diff: don't read index when --no-index is givenThomas Gummerer2013-12-12
| * | | | | | | | | | | diff: move no-index detection to builtin/diff.cThomas Gummerer2013-12-12
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/cat-file-regression-fix'Junio C Hamano2013-12-27
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | cat-file: handle --batch format with missing type/sizeJeff King2013-12-12
| * | | | | | | | | | cat-file: pass expand_data to print_object_or_dieJeff King2013-12-12
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/rev-parse-double-dashes'Junio C Hamano2013-12-27
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | rev-parse: be more careful with munging argumentsJeff King2013-12-09
| * | | | | | | | | rev-parse: correctly diagnose revision errors before "--"Jeff King2013-12-09
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jc/push-refmap'Junio C Hamano2013-12-27
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | push: also use "upstream" mapping when pushing a single refJunio C Hamano2013-12-04
| * | | | | | | | push: use remote.$name.push as a refmapJunio C Hamano2013-12-04
| * | | | | | | | builtin/push.c: use strbuf instead of manual allocationJunio C Hamano2013-12-03
| |/ / / / / / /
* | | | | | | | Sync with 1.8.5.2Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'nd/magic-pathspec' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \
| * | | | | | | | cmd_repack(): remove redundant local variable "nr_packs"Michael Haggerty2013-12-17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \
| * | | | | | | | git fetch-pack: add --diag-urlTorsten Bögershausen2013-12-09
* | | | | | | | | Merge branch 'nd/transport-positive-depth-only'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy2013-12-06
| | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge branch 'mm/checkout-auto-track-fix' into maintJunio C Hamano2013-11-07
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/clone-progress-to-stderr' into maintJunio C Hamano2013-10-28
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/shortlog-tolerate-broken-commit' into maintJunio C Hamano2013-10-28
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/ls-files-killed-optim' into maintJunio C Hamano2013-10-23
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/fetch-into-shallow' into maintJunio C Hamano2013-10-23
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| * | | | | | | | | | | | | | builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder2013-12-05
* | | | | | | | | | | | | | | Merge branch 'jl/commit-v-strip-marker'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann2013-12-05
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'mm/mv-file-to-no-such-dir-with-slash'Junio C Hamano2013-12-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |