Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | reflog --expire-unreachable: special case entries in "HEAD" reflog | Junio C Hamano | 2010-04-17 | 1 | -10/+59 | |
| * | | | | | | | | | | | | | | more war on "sleep" in tests | Junio C Hamano | 2010-04-17 | 2 | -7/+15 | |
| * | | | | | | | | | | | | | | Document gc.<pattern>.reflogexpire variables | Junio C Hamano | 2010-04-14 | 2 | -2/+18 | |
* | | | | | | | | | | | | | | | Merge branch 'cw/maint-exec-defpath' | Junio C Hamano | 2010-05-21 | 5 | -1/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | autoconf: Check if <paths.h> exists and set HAVE_PATHS_H | Jakub Narebski | 2010-04-15 | 2 | -0/+7 | |
| * | | | | | | | | | | | | | | | exec_cmd.c: replace hard-coded path list with one from <paths.h> | Chris Webb | 2010-04-15 | 3 | -1/+21 | |
* | | | | | | | | | | | | | | | | Merge branch 'tr/word-diff' | Junio C Hamano | 2010-05-21 | 7 | -54/+288 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | diff: add --word-diff option that generalizes --color-words | Thomas Rast | 2010-04-14 | 7 | -54/+288 | |
* | | | | | | | | | | | | | | | | | Merge branch 'sp/maint-describe-tiebreak-with-tagger-date' | Junio C Hamano | 2010-05-21 | 4 | -33/+97 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | describe: Break annotated tag ties by tagger date | Shawn O. Pearce | 2010-04-13 | 2 | -7/+50 | |
| * | | | | | | | | | | | | | | | | | tag.c: Parse tagger date (if present) | Shawn O. Pearce | 2010-04-12 | 2 | -0/+23 | |
| * | | | | | | | | | | | | | | | | | tag.c: Refactor parse_tag_buffer to be saner to program | Shawn O. Pearce | 2010-04-12 | 1 | -22/+21 | |
| * | | | | | | | | | | | | | | | | | tag.h: Remove unused signature field | Shawn O. Pearce | 2010-04-12 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | tag.c: Correct indentation | Shawn O. Pearce | 2010-04-12 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/status-show-ignored' | Junio C Hamano | 2010-05-21 | 3 | -18/+55 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | wt-status: fix 'fprintf' compilation warning | Junio C Hamano | 2010-05-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | status: --ignored option shows ignored files | Junio C Hamano | 2010-04-10 | 2 | -8/+20 | |
| * | | | | | | | | | | | | | | | | | | wt-status: rename and restructure status-print-untracked | Junio C Hamano | 2010-04-10 | 1 | -8/+14 | |
| * | | | | | | | | | | | | | | | | | | wt-status: collect ignored files | Junio C Hamano | 2010-04-10 | 2 | -0/+18 | |
| * | | | | | | | | | | | | | | | | | | wt-status: plug memory leak while collecting untracked files | Junio C Hamano | 2010-04-10 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | wt-status: remove unused workdir_untracked member | Junio C Hamano | 2010-04-10 | 2 | -2/+0 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'np/malloc-threading' | Junio C Hamano | 2010-05-21 | 7 | -8/+54 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | Thread-safe xmalloc and xrealloc needs a recursive mutex | Johannes Sixt | 2010-04-08 | 5 | -4/+27 | |
| * | | | | | | | | | | | | | | | | | | | Make xmalloc and xrealloc thread-safe | Nicolas Pitre | 2010-03-24 | 3 | -4/+27 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'sr/remote-helper-export' | Junio C Hamano | 2010-05-21 | 11 | -27/+671 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | t5800: testgit helper requires Python support | Jonathan Nieder | 2010-04-12 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | | | Makefile: Simplify handling of python scripts | Brian Gernhardt | 2010-04-09 | 2 | -8/+4 | |
| * | | | | | | | | | | | | | | | | | | | | remote-helpers: add tests for testgit helper | Sverre Rabbelier | 2010-04-04 | 1 | -0/+70 | |
| * | | | | | | | | | | | | | | | | | | | | remote-helpers: add testgit helper | Sverre Rabbelier | 2010-03-31 | 7 | -0/+456 | |
| * | | | | | | | | | | | | | | | | | | | | remote-helpers: add support for an export command | Sverre Rabbelier | 2010-03-31 | 1 | -12/+120 | |
| * | | | | | | | | | | | | | | | | | | | | remote-helpers: allow requesing the path to the .git directory | Sverre Rabbelier | 2010-03-31 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | | | | | | fast-import: always create marks_file directories | Sverre Rabbelier | 2010-03-31 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | clone: also configure url for bare clones | Sverre Rabbelier | 2010-03-31 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | clone: pass the remote name to remote_get | Sverre Rabbelier | 2010-03-31 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ld/discovery-limit-to-fs' (early part) | Junio C Hamano | 2010-05-21 | 4 | -2/+40 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEM | Junio C Hamano | 2010-04-04 | 2 | -7/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | GIT_ONE_FILESYSTEM: flip the default to stop at filesystem boundaries | Junio C Hamano | 2010-04-04 | 2 | -6/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | Add support for GIT_ONE_FILESYSTEM | Lars R. Damerow | 2010-03-28 | 2 | -0/+31 | |
| * | | | | | | | | | | | | | | | | | | | | | truncate cwd string before printing error message | Lars R. Damerow | 2010-03-28 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | config.c: remove static keyword from git_env_bool() | Lars R. Damerow | 2010-03-28 | 2 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ar/config-from-command-line' | Junio C Hamano | 2010-05-21 | 6 | -1/+89 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Complete prototype of git_config_from_parameters() | Thomas Rast | 2010-05-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | Use strbufs instead of open-coded string manipulation | Alex Riesen | 2010-03-28 | 1 | -32/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | | Allow passing of configuration parameters in the command line | Alex Riesen | 2010-03-28 | 6 | -1/+102 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'em/checkout-orphan' | Junio C Hamano | 2010-05-21 | 3 | -3/+122 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | git checkout: create unparented branch by --orphan | Erick Mattos | 2010-03-21 | 3 | -3/+122 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-05-21 | 6 | -7/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Fix checkout of large files to network shares on Windows XP | René Scharfe | 2010-05-20 | 3 | -3/+29 | |
| * | | | | | | | | | | | | | | | | | | | | | | start_command: close cmd->err descriptor when fork/spawn fails | bert Dvornik | 2010-05-20 | 2 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix "Out of memory? mmap failed" for files larger than 4GB on Windows | Ian McLean | 2010-05-20 | 1 | -3/+3 |