Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | gitk: Add "--no-replace-objects" option | Christian Couder | 2009-12-14 | 1 | -1/+4 | |
* | | | | | add shebang line to git-mergetool--lib.sh | Jeff King | 2010-01-29 | 1 | -0/+1 | |
* | | | | | fix off-by-one allocation error | Jeff King | 2010-01-29 | 1 | -1/+1 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2010-01-28 | 1 | -0/+1 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | bash: don't offer remote transport helpers as subcommands | SZEDER Gábor | 2010-01-28 | 1 | -0/+1 | |
* | | | | | bash: support 'git notes' and its subcommands | SZEDER Gábor | 2010-01-28 | 1 | -0/+19 | |
* | | | | | grep --quiet: finishing touches | Junio C Hamano | 2010-01-28 | 3 | -2/+15 | |
* | | | | | reject @{-1} not at beginning of object name | Jeff King | 2010-01-28 | 2 | -1/+5 | |
* | | | | | fix parsing of @{-1}@{u} combination | Jeff King | 2010-01-28 | 2 | -4/+24 | |
* | | | | | test combinations of @{} syntax | Jeff King | 2010-01-28 | 1 | -0/+51 | |
* | | | | | rerere: fix too-short initialization | Jeff King | 2010-01-28 | 1 | -1/+1 | |
* | | | | | t0101: use absolute date | Jeff King | 2010-01-28 | 1 | -1/+1 | |
* | | | | | Merge branch 'fk/threaded-grep' | Junio C Hamano | 2010-01-28 | 3 | -51/+482 | |
|\ \ \ \ \ | ||||||
| * | | | | | Threaded grep | Fredrik Kuivinen | 2010-01-26 | 3 | -49/+468 | |
| * | | | | | grep: expose "status-only" feature via -q | Junio C Hamano | 2010-01-25 | 1 | -2/+14 | |
* | | | | | | Merge branch 'gp/maint-cvsserver' | Junio C Hamano | 2010-01-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | git-cvsserver: allow regex metacharacters in CVSROOT | Gerrit Pape | 2010-01-26 | 1 | -1/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | tests: update tests that used to fail | Junio C Hamano | 2010-01-28 | 2 | -2/+2 | |
* | | | | | | Merge branch 'jc/upstream-reflog' | Junio C Hamano | 2010-01-27 | 2 | -4/+43 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix log -g this@{upstream} | Junio C Hamano | 2010-01-26 | 2 | -4/+43 | |
* | | | | | | | Merge branch 'jc/maint-reflog-bad-timestamp' | Junio C Hamano | 2010-01-27 | 4 | -10/+86 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | t0101: use a fixed timestamp when searching in the reflog | Junio C Hamano | 2010-01-27 | 1 | -2/+2 | |
| * | | | | | | | Update @{bogus.timestamp} fix not to die() | Junio C Hamano | 2010-01-27 | 1 | -2/+2 | |
| * | | | | | | | approxidate_careful() reports errorneous date string | Junio C Hamano | 2010-01-26 | 4 | -10/+86 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'il/maint-colon-address' | Junio C Hamano | 2010-01-27 | 2 | -6/+38 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow use of []-wrapped addresses in git:// | Ilari Liusvaara | 2010-01-26 | 1 | -2/+8 | |
| * | | | | | | | Support addresses with ':' in git-daemon | Ilari Liusvaara | 2010-01-26 | 1 | -4/+30 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'il/maint-xmallocz' | Junio C Hamano | 2010-01-27 | 4 | -10/+15 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix integer overflow in unpack_compressed_entry() | Ilari Liusvaara | 2010-01-26 | 1 | -2/+1 | |
| * | | | | | | | Fix integer overflow in unpack_sha1_rest() | Ilari Liusvaara | 2010-01-26 | 1 | -2/+1 | |
| * | | | | | | | Fix integer overflow in patch_delta() | Ilari Liusvaara | 2010-01-26 | 1 | -2/+1 | |
| * | | | | | | | Add xmallocz() | Ilari Liusvaara | 2010-01-26 | 2 | -4/+12 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'jh/maint-config-file-prefix' | Junio C Hamano | 2010-01-27 | 2 | -1/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | builtin-config: Fix crash when using "-f <relative path>" from non-root dir | Johan Herland | 2010-01-26 | 2 | -1/+12 | |
* | | | | | | | | transport_get(): drop unnecessary check for !remote | Junio C Hamano | 2010-01-27 | 1 | -1/+1 | |
* | | | | | | | | Fix remote.<remote>.vcs | Ilari Liusvaara | 2010-01-27 | 1 | -6/+5 | |
* | | | | | | | | Merge branch 'jl/diff-submodule-ignore' | Junio C Hamano | 2010-01-26 | 7 | -8/+85 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Teach diff --submodule that modified submodule directory is dirty | Jens Lehmann | 2010-01-24 | 4 | -1/+72 | |
| * | | | | | | | | git diff: Don't test submodule dirtiness with --ignore-submodules | Jens Lehmann | 2010-01-24 | 1 | -4/+6 | |
| * | | | | | | | | Make ce_uptodate() trustworthy again | Junio C Hamano | 2010-01-24 | 3 | -3/+7 | |
* | | | | | | | | | work around an obnoxious bash "safety feature" on OpenBSD | Junio C Hamano | 2010-01-26 | 1 | -3/+3 | |
* | | | | | | | | | fix portability issues with $ in double quotes | Stephen Boyd | 2010-01-26 | 12 | -52/+52 | |
* | | | | | | | | | grep: use REG_STARTEND (if available) to speed up regexec | Benjamin Kramer | 2010-01-26 | 1 | -1/+8 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | am: fix patch format detection for Thunderbird "Save As" emails | Stephen Boyd | 2010-01-25 | 2 | -1/+17 | |
* | | | | | | | | t0022: replace non-portable literal CR | Stephen Boyd | 2010-01-25 | 1 | -1/+1 | |
* | | | | | | | | tests: consolidate CR removal/addition functions | Stephen Boyd | 2010-01-25 | 6 | -58/+37 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | commit-tree: remove unused #define | Stephen Boyd | 2010-01-25 | 1 | -2/+0 | |
* | | | | | | | t5541-http-push: make grep expression check for one line only | Tay Ray Chuan | 2010-01-25 | 1 | -8/+4 | |
* | | | | | | | rebase: replace antiquated sed invocation | Stephen Boyd | 2010-01-25 | 1 | -4/+2 | |
* | | | | | | | Add test-run-command to .gitignore | Alejandro Riveira Fernández | 2010-01-25 | 1 | -0/+1 |