summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check return value of ftruncate call in http.cJeff Lasslett2009-08-101-1/+5
* http.c: replace usage of temporary variable for urlsTay Ray Chuan2009-08-101-9/+6
* http.c: free preq when abortingTay Ray Chuan2009-08-101-0/+1
* Merge branch 'master' of git://git.bogomips.org/git-svnJunio C Hamano2009-08-103-5/+19
|\
| * git-svn: ignore leading blank lines in svn:ignoreMichael Haggerty2009-08-102-1/+6
| * svn: Honor --prefix option in init without --stdlayoutAdam Brewster2009-08-101-1/+2
| * svn: Add && to t9107-git-svn-migrate.shAdam Brewster2009-08-101-3/+11
* | Document 'stash clear' recovery via unreachable commitsThomas Rast2009-08-091-1/+16
|/
* t/Makefile: include config.makJeff King2009-08-091-0/+2
* tests: allow user to specify trash directory locationJeff King2009-08-091-1/+8
* tests: provide $TRASH_DIRECTORY variableJeff King2009-08-092-3/+3
* tests: use "$TEST_DIRECTORY" instead of ".."Jeff King2009-08-094-4/+4
* t0001-init: split the existence test from the permission testJohannes Sixt2009-08-091-0/+6
* t0001-init: fix a file nameJohannes Sixt2009-08-091-1/+1
* Merge branch 'maint'Junio C Hamano2009-08-072-11/+27
|\
| * Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-072-11/+27
| |\
| | * Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-08-072-11/+27
| | |\
| | | * Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-08-072-11/+27
| | | |\
| | | | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-08-072-11/+27
| | | | |\
| | | | | * verify-pack -v: do not report "chain length 0"Junio C Hamano2009-08-071-8/+19
| | | | | * t5510: harden the way verify-pack is usedJunio C Hamano2009-08-071-3/+8
* | | | | | Show usage string for 'git log -h', 'git show -h' and 'git diff -h'Matthieu Moy2009-08-072-0/+8
* | | | | | git-ls-files.txt: clarify what "other files" mean for --otherMatthieu Moy2009-08-061-1/+1
* | | | | | git-describe: Die early if there are no possible descriptionsBjörn Steinbrink2009-08-061-0/+5
* | | | | | rebase: consistent error messages for staged and unstaged changes.Matthieu Moy2009-08-061-2/+4
* | | | | | git-tag(1): Refer to git-check-ref-format(1) for <name>Jari Aalto2009-08-061-1/+4
* | | | | | git-rev-list.txt: Clarify the use of multiple revision argumentsJunio C Hamano2009-08-061-8/+14
* | | | | | git.el: Clarify documentation of git-commit-treeDavid Kågedal2009-08-061-5/+8
* | | | | | Merge branch 'sb/read-tree'Junio C Hamano2009-08-053-111/+92
|\ \ \ \ \ \
| * | | | | | read-tree: migrate to parse-optionsStephen Boyd2009-06-273-109/+90
| * | | | | | read-tree: convert unhelpful usage()'s to helpful die()'sStephen Boyd2009-06-271-3/+3
* | | | | | | Merge branch 'jc/apply-epoch-patch'Junio C Hamano2009-08-052-1/+176
|\ \ \ \ \ \ \
| * | | | | | | apply: notice creation/removal patches produced by GNU diffJunio C Hamano2009-07-112-1/+176
* | | | | | | | Merge branch 'sb/parse-options'Junio C Hamano2009-08-056-71/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | prune-packed: migrate to parse-optionsStephen Boyd2009-07-102-18/+15
| * | | | | | | | verify-pack: migrate to parse-optionsStephen Boyd2009-07-102-23/+20
| * | | | | | | | verify-tag: migrate to parse-optionsStephen Boyd2009-07-101-9/+12
| * | | | | | | | write-tree: migrate to parse-optionsStephen Boyd2009-07-101-21/+19
| |/ / / / / / /
* | | | | | | | Merge branch 'ns/init-mkdir'Junio C Hamano2009-08-053-7/+122
|\ \ \ \ \ \ \ \
| * | | | | | | | git init: optionally allow a directory argumentNanako Shiraishi2009-07-253-9/+129
* | | | | | | | | Merge branch 'mk/init-db-parse-options'Junio C Hamano2009-08-052-22/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | init-db: migrate to parse-optionsMichał Kiedrowicz2009-07-122-22/+31
* | | | | | | | | | Merge branch 'jk/maint-show-tag'Junio C Hamano2009-08-051-1/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | show: add space between multiple itemsJeff King2009-07-191-0/+6
| * | | | | | | | | | show: suppress extra newline when showing annotated tagJeff King2009-07-191-1/+1
* | | | | | | | | | | Merge branch 'sb/maint-pull-rebase'Junio C Hamano2009-08-052-3/+24
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pull: support rebased upstream + fetch + pull --rebaseSanti Béjar2009-07-192-6/+13
| * | | | | | | | | | | t5520-pull: Test for rebased upstream + fetch + pull --rebaseSanti Béjar2009-07-191-0/+14
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'ne/futz-upload-pack'Junio C Hamano2009-08-052-12/+51
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Shift object enumeration out of upload-packNick Edelen2009-06-092-12/+51