Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/sha1write-void' | Junio C Hamano | 2014-01-10 | 4 | -7/+3 |
|\ | |||||
| * | do not pretend sha1write returns errors | Jeff King | 2013-12-26 | 4 | -7/+3 |
* | | Merge branch 'nd/add-empty-fix' | Junio C Hamano | 2014-01-10 | 2 | -1/+20 |
|\ \ | |||||
| * | | add: don't complain when adding empty project root | Nguyễn Thái Ngọc Duy | 2013-12-26 | 2 | -1/+20 |
* | | | Merge branch 'nd/daemon-informative-errors-typofix' | Junio C Hamano | 2014-01-10 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | daemon: be strict at parsing parameters --[no-]informative-errors | Nguyễn Thái Ngọc Duy | 2013-12-20 | 1 | -2/+2 |
* | | | | Merge branch 'tm/fetch-prune' | Junio C Hamano | 2014-01-10 | 2 | -10/+58 |
|\ \ \ \ | |||||
| * | | | | fetch --prune: Run prune before fetching | Tom Miller | 2014-01-03 | 2 | -5/+19 |
| * | | | | fetch --prune: always print header url | Tom Miller | 2014-01-03 | 2 | -5/+39 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'sb/diff-orderfile-config' | Junio C Hamano | 2014-01-10 | 5 | -15/+125 |
|\ \ \ \ | |||||
| * | | | | diff: add diff.orderfile configuration variable | Samuel Bronson | 2013-12-19 | 4 | -0/+23 |
| * | | | | diff: let "git diff -O" read orderfile from any file and fail properly | Samuel Bronson | 2013-12-19 | 2 | -15/+34 |
| * | | | | t4056: add new tests for "git diff -O" | Samuel Bronson | 2013-12-19 | 1 | -0/+68 |
* | | | | | Merge branch 'bc/log-decoration' | Junio C Hamano | 2014-01-10 | 2 | -0/+17 |
|\ \ \ \ \ | |||||
| * | | | | | log: properly handle decorations with chained tags | brian m. carlson | 2013-12-20 | 2 | -0/+17 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'jh/rlimit-nofile-fallback' | Junio C Hamano | 2014-01-10 | 1 | -7/+30 |
|\ \ \ \ \ | |||||
| * | | | | | get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failure | Junio C Hamano | 2013-12-18 | 1 | -7/+30 |
* | | | | | | Merge branch 'rt/bfg-ad-in-filter-branch-doc' | Junio C Hamano | 2014-01-10 | 1 | -1/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | docs: add filter-branch notes on The BFG | Roberto Tyley | 2013-12-18 | 1 | -1/+32 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'mh/path-max' | Junio C Hamano | 2014-01-10 | 2 | -31/+45 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin/prune.c: use strbuf to avoid having to worry about PATH_MAX | Jeff King | 2013-12-19 | 1 | -14/+24 |
| * | | | | | | prune-packed: use strbuf to avoid having to worry about PATH_MAX | Junio C Hamano | 2013-12-17 | 1 | -17/+21 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'ap/path-max' | Junio C Hamano | 2014-01-10 | 3 | -36/+42 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Prevent buffer overflows when path is too long | Antoine Pelisse | 2013-12-16 | 3 | -36/+42 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'cc/replace-object-info' | Junio C Hamano | 2014-01-10 | 8 | -26/+141 |
|\ \ \ \ \ \ | |||||
| * | | | | | | replace info: rename 'full' to 'long' and clarify in-code symbols | Christian Couder | 2013-12-30 | 3 | -14/+18 |
| * | | | | | | Documentation/git-replace: describe --format option | Christian Couder | 2013-12-12 | 1 | -1/+18 |
| * | | | | | | builtin/replace: unset read_replace_refs | Christian Couder | 2013-12-12 | 2 | -1/+3 |
| * | | | | | | t6050: add tests for listing with --format | Christian Couder | 2013-12-12 | 1 | -0/+37 |
| * | | | | | | builtin/replace: teach listing using short, medium or full formats | Christian Couder | 2013-12-12 | 1 | -7/+54 |
| * | | | | | | sha1_file: perform object replacement in sha1_object_info_extended() | Christian Couder | 2013-12-12 | 2 | -7/+8 |
| * | | | | | | t6050: show that git cat-file --batch fails with replace objects | Christian Couder | 2013-12-12 | 1 | -0/+5 |
| * | | | | | | sha1_object_info_extended(): add an "unsigned flags" parameter | Christian Couder | 2013-12-12 | 4 | -6/+6 |
| * | | | | | | sha1_file.c: add lookup_replace_object_extended() to pass flags | Christian Couder | 2013-12-12 | 2 | -2/+7 |
| * | | | | | | replace_object: don't check read_replace_refs twice | Christian Couder | 2013-12-12 | 1 | -3/+0 |
| * | | | | | | rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT | Christian Couder | 2013-12-12 | 2 | -3/+3 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'nd/negative-pathspec' | Junio C Hamano | 2014-01-10 | 7 | -40/+354 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pathspec.c: support adding prefix magic to a pathspec with mnemonic magic | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -10/+18 |
| * | | | | | | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 2013-12-06 | 7 | -13/+324 |
| * | | | | | | glossary-content.txt: rephrase magic signature part | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -17/+12 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-01-06 | 2 | -8/+10 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'maint' of git://github.com/git-l10n/git-po into maint | Junio C Hamano | 2014-01-06 | 1 | -8/+8 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | l10n: de.po: fix translation of 'prefix' | Ralf Thielow | 2014-01-03 | 1 | -8/+8 |
| | | |_|_|_|/ / | | |/| | | | | | |||||
| * | | | | | | | Documentation/gitmodules: Only 'update' and 'url' are required | W. Trevor King | 2014-01-06 | 1 | -0/+2 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-12-30 | 1 | -2/+1 |
|\| | | | | | | | |||||
| * | | | | | | | for-each-ref: remove unused variable | Ramkumar Ramachandra | 2013-12-30 | 1 | -2/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2013-12-27 | 1 | -2/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-svn: workaround for a bug in svn serf backend | Roman Kagan | 2013-12-27 | 1 | -2/+8 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'fc/remote-helper-fixes' | Junio C Hamano | 2013-12-27 | 3 | -9/+103 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | remote-hg: test 'shared_path' in a moved clone | Antoine Pelisse | 2013-12-26 | 1 | -0/+11 |