Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check return value of ftruncate call in http.c | Jeff Lasslett | 2009-08-10 | 1 | -1/+5 |
* | http.c: replace usage of temporary variable for urls | Tay Ray Chuan | 2009-08-10 | 1 | -9/+6 |
* | http.c: free preq when aborting | Tay Ray Chuan | 2009-08-10 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.bogomips.org/git-svn | Junio C Hamano | 2009-08-10 | 3 | -5/+19 |
|\ | |||||
| * | git-svn: ignore leading blank lines in svn:ignore | Michael Haggerty | 2009-08-10 | 2 | -1/+6 |
| * | svn: Honor --prefix option in init without --stdlayout | Adam Brewster | 2009-08-10 | 1 | -1/+2 |
| * | svn: Add && to t9107-git-svn-migrate.sh | Adam Brewster | 2009-08-10 | 1 | -3/+11 |
* | | Document 'stash clear' recovery via unreachable commits | Thomas Rast | 2009-08-09 | 1 | -1/+16 |
|/ | |||||
* | t/Makefile: include config.mak | Jeff King | 2009-08-09 | 1 | -0/+2 |
* | tests: allow user to specify trash directory location | Jeff King | 2009-08-09 | 1 | -1/+8 |
* | tests: provide $TRASH_DIRECTORY variable | Jeff King | 2009-08-09 | 2 | -3/+3 |
* | tests: use "$TEST_DIRECTORY" instead of ".." | Jeff King | 2009-08-09 | 4 | -4/+4 |
* | t0001-init: split the existence test from the permission test | Johannes Sixt | 2009-08-09 | 1 | -0/+6 |
* | t0001-init: fix a file name | Johannes Sixt | 2009-08-09 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2009-08-07 | 2 | -11/+27 |
|\ | |||||
| * | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-07 | 2 | -11/+27 |
| |\ | |||||
| | * | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-08-07 | 2 | -11/+27 |
| | |\ | |||||
| | | * | Merge branch 'maint-1.6.1' into maint-1.6.2 | Junio C Hamano | 2009-08-07 | 2 | -11/+27 |
| | | |\ | |||||
| | | | * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-08-07 | 2 | -11/+27 |
| | | | |\ | |||||
| | | | | * | verify-pack -v: do not report "chain length 0" | Junio C Hamano | 2009-08-07 | 1 | -8/+19 |
| | | | | * | t5510: harden the way verify-pack is used | Junio C Hamano | 2009-08-07 | 1 | -3/+8 |
* | | | | | | Show usage string for 'git log -h', 'git show -h' and 'git diff -h' | Matthieu Moy | 2009-08-07 | 2 | -0/+8 |
* | | | | | | git-ls-files.txt: clarify what "other files" mean for --other | Matthieu Moy | 2009-08-06 | 1 | -1/+1 |
* | | | | | | git-describe: Die early if there are no possible descriptions | Björn Steinbrink | 2009-08-06 | 1 | -0/+5 |
* | | | | | | rebase: consistent error messages for staged and unstaged changes. | Matthieu Moy | 2009-08-06 | 1 | -2/+4 |
* | | | | | | git-tag(1): Refer to git-check-ref-format(1) for <name> | Jari Aalto | 2009-08-06 | 1 | -1/+4 |
* | | | | | | git-rev-list.txt: Clarify the use of multiple revision arguments | Junio C Hamano | 2009-08-06 | 1 | -8/+14 |
* | | | | | | git.el: Clarify documentation of git-commit-tree | David Kågedal | 2009-08-06 | 1 | -5/+8 |
* | | | | | | Merge branch 'sb/read-tree' | Junio C Hamano | 2009-08-05 | 3 | -111/+92 |
|\ \ \ \ \ \ | |||||
| * | | | | | | read-tree: migrate to parse-options | Stephen Boyd | 2009-06-27 | 3 | -109/+90 |
| * | | | | | | read-tree: convert unhelpful usage()'s to helpful die()'s | Stephen Boyd | 2009-06-27 | 1 | -3/+3 |
* | | | | | | | Merge branch 'jc/apply-epoch-patch' | Junio C Hamano | 2009-08-05 | 2 | -1/+176 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | apply: notice creation/removal patches produced by GNU diff | Junio C Hamano | 2009-07-11 | 2 | -1/+176 |
* | | | | | | | | Merge branch 'sb/parse-options' | Junio C Hamano | 2009-08-05 | 6 | -71/+66 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | prune-packed: migrate to parse-options | Stephen Boyd | 2009-07-10 | 2 | -18/+15 |
| * | | | | | | | | verify-pack: migrate to parse-options | Stephen Boyd | 2009-07-10 | 2 | -23/+20 |
| * | | | | | | | | verify-tag: migrate to parse-options | Stephen Boyd | 2009-07-10 | 1 | -9/+12 |
| * | | | | | | | | write-tree: migrate to parse-options | Stephen Boyd | 2009-07-10 | 1 | -21/+19 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'ns/init-mkdir' | Junio C Hamano | 2009-08-05 | 3 | -7/+122 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git init: optionally allow a directory argument | Nanako Shiraishi | 2009-07-25 | 3 | -9/+129 |
* | | | | | | | | | Merge branch 'mk/init-db-parse-options' | Junio C Hamano | 2009-08-05 | 2 | -22/+31 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | init-db: migrate to parse-options | Michał Kiedrowicz | 2009-07-12 | 2 | -22/+31 |
* | | | | | | | | | | Merge branch 'jk/maint-show-tag' | Junio C Hamano | 2009-08-05 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | show: add space between multiple items | Jeff King | 2009-07-19 | 1 | -0/+6 |
| * | | | | | | | | | | show: suppress extra newline when showing annotated tag | Jeff King | 2009-07-19 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'sb/maint-pull-rebase' | Junio C Hamano | 2009-08-05 | 2 | -3/+24 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | pull: support rebased upstream + fetch + pull --rebase | Santi Béjar | 2009-07-19 | 2 | -6/+13 |
| * | | | | | | | | | | | t5520-pull: Test for rebased upstream + fetch + pull --rebase | Santi Béjar | 2009-07-19 | 1 | -0/+14 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'ne/futz-upload-pack' | Junio C Hamano | 2009-08-05 | 2 | -12/+51 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Shift object enumeration out of upload-pack | Nick Edelen | 2009-06-09 | 2 | -12/+51 |