summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-10Expose the has_non_ascii() functionJohannes Schindelin
2009-08-10Check return value of ftruncate call in http.cJeff Lasslett
2009-08-10http.c: replace usage of temporary variable for urlsTay Ray Chuan
2009-08-10http.c: free preq when abortingTay Ray Chuan
2009-08-10Merge branch 'master' of git://git.bogomips.org/git-svnJunio C Hamano
2009-08-10git-svn: ignore leading blank lines in svn:ignoreMichael Haggerty
2009-08-10svn: Honor --prefix option in init without --stdlayoutAdam Brewster
2009-08-10svn: Add && to t9107-git-svn-migrate.shAdam Brewster
2009-08-10git-instaweb: fix mod_perl detection for apache2Mark A Rada
2009-08-10Document 'stash clear' recovery via unreachable commitsThomas Rast
2009-08-09merge: indicate remote tracking branches in merge messageJeff King
2009-08-09merge: fix incorrect merge message for ambiguous tag/branchJeff King
2009-08-09add tests for merge message headingsJeff King
2009-08-09t/Makefile: include config.makJeff King
2009-08-09tests: allow user to specify trash directory locationJeff King
2009-08-09tests: provide $TRASH_DIRECTORY variableJeff King
2009-08-09tests: use "$TEST_DIRECTORY" instead of ".."Jeff King
2009-08-09t0001-init: split the existence test from the permission testJohannes Sixt
2009-08-09t0001-init: fix a file nameJohannes Sixt
2009-08-09t6035-merge-dir-to-symlink depends on SYMLINKS prerequisiteJohannes Sixt
2009-08-08api-run-command.txt: describe error behavior of run_command functionsJohannes Sixt
2009-08-08Merge branch 'maint'Junio C Hamano
2009-08-08block-sha1: improved SHA1 hashingLinus Torvalds
2009-08-08block-sha1: perform register rotation using cppLinus Torvalds
2009-08-08Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-08-08Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano
2009-08-08Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano
2009-08-08Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-08-08verify-pack -v: do not report "chain length 0"Junio C Hamano
2009-08-08t5510: harden the way verify-pack is usedJunio C Hamano
2009-08-07Show usage string for 'git log -h', 'git show -h' and 'git diff -h'Matthieu Moy
2009-08-07git-am: print fair error message when format detection failsNicolas Sebrecht
2009-08-07am: allow individual e-mail files as inputJunio C Hamano
2009-08-06git-ls-files.txt: clarify what "other files" mean for --otherMatthieu Moy
2009-08-06block-sha1: get rid of redundant 'lenW' contextLinus Torvalds
2009-08-06block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3Linus Torvalds
2009-08-06block-sha1: macroize the rounds a bit furtherLinus Torvalds
2009-08-06block-sha1: re-use the temporary array as we calculate the SHA1Linus Torvalds
2009-08-06block-sha1: make the 'ntohl()' part of the first SHA1 loopLinus Torvalds
2009-08-06block-sha1: minor fixupsJunio C Hamano
2009-08-06block-sha1: try to use rol/ror appropriatelyLinus Torvalds
2009-08-06block-sha1: undo ctx->size changeJunio C Hamano
2009-08-06git-describe: Die early if there are no possible descriptionsBjörn Steinbrink
2009-08-06rebase: consistent error messages for staged and unstaged changes.Matthieu Moy
2009-08-06git-tag(1): Refer to git-check-ref-format(1) for <name>Jari Aalto
2009-08-06git-rev-list.txt: Clarify the use of multiple revision argumentsJunio C Hamano
2009-08-06git.el: Clarify documentation of git-commit-treeDavid Kågedal
2009-08-06don't let the delta cache grow unbounded in 'git repack'Nicolas Pitre
2009-08-06transport: don't show push status if --quiet is givenJeff King
2009-08-06transport: pass "quiet" flag to pack-objectsJeff King