summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test-index-versionNguyễn Thái Ngọc Duy2009-08-233-0/+16
* update-index: refactor mark_valid() in preparation for new optionsNguyễn Thái Ngọc Duy2009-08-231-14/+10
* Prevent diff machinery from examining assume-unchanged entries on worktreeNguyễn Thái Ngọc Duy2009-08-112-2/+35
* Merge branch 'maint'Junio C Hamano2009-08-103-5/+5
|\
| * Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-102-4/+4
| |\
| | * Fix typos in git-remote.txt and git-symbolic-ref.txtŠtěpán Němec2009-08-102-4/+4
| * | git-instaweb: fix mod_perl detection for apache2Mark A Rada2009-08-091-1/+1
* | | Merge branch 'jk/push-quiet'Junio C Hamano2009-08-105-1/+26
|\ \ \
| * | | transport: don't show push status if --quiet is givenJeff King2009-08-051-1/+19
| * | | transport: pass "quiet" flag to pack-objectsJeff King2009-08-053-0/+5
| * | | push: add --quiet flagJeff King2009-08-052-0/+2
* | | | Merge branch 'jc/maint-merge-recursive-fix'Junio C Hamano2009-08-102-3/+80
|\ \ \ \
| * | | | merge-recursive: don't segfault while handling rename clashesJunio C Hamano2009-07-302-3/+80
* | | | | Merge branch 'zf/maint-gitweb-acname'Junio C Hamano2009-08-101-3/+2
|\ \ \ \ \
| * | | | | gitweb: parse_commit_text encoding fixZoltán Füzesi2009-08-051-3/+2
* | | | | | Merge branch 'ns/am-raw-email'Junio C Hamano2009-08-102-1/+34
|\ \ \ \ \ \
| * | | | | | git-am: print fair error message when format detection failsNicolas Sebrecht2009-08-061-1/+5
| * | | | | | am: allow individual e-mail files as inputJunio C Hamano2009-08-062-0/+29
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'np/maint-limit-delta-cache'Junio C Hamano2009-08-102-4/+12
|\ \ \ \ \ \
| * | | | | | don't let the delta cache grow unbounded in 'git repack'Nicolas Pitre2009-08-052-4/+12
* | | | | | | Merge branch 'jp/symlink-dirs'Junio C Hamano2009-08-104-1/+114
|\ \ \ \ \ \ \
| * | | | | | | t6035-merge-dir-to-symlink depends on SYMLINKS prerequisiteJohannes Sixt2009-08-091-0/+6
| * | | | | | | git-checkout: be careful about untracked symlinksLinus Torvalds2009-07-293-2/+18
| * | | | | | | lstat_cache: guard against full match of length of 'name' parameterKjetil Barvik2009-07-292-1/+5
| * | | | | | | Demonstrate bugs when a directory is replaced with a symlinkPickens, James E2009-07-291-0/+87
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'mk/grep-max-depth'Junio C Hamano2009-08-105-11/+103
|\ \ \ \ \ \ \
| * | | | | | | grep: Add --max-depth option.Michał Kiedrowicz2009-07-225-11/+103
* | | | | | | | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-1011-125/+106
|\ \ \ \ \ \ \ \
| * | | | | | | | api-run-command.txt: describe error behavior of run_command functionsJohannes Sixt2009-08-081-3/+28
| * | | | | | | | run-command.c: squelch a "use before assignment" warningDavid Soria Parra2009-08-041-1/+1
| * | | | | | | | receive-pack: remove unnecessary run_status reportJohannes Sixt2009-07-061-16/+4
| * | | | | | | | run_command: report failure to execute the program, but optionally don'tJohannes Sixt2009-07-065-13/+13
| * | | | | | | | run_command: encode deadly signal number in the return valueJohannes Sixt2009-07-061-1/+8
| * | | | | | | | run_command: report system call errors instead of returning error codesJohannes Sixt2009-07-066-86/+58
| * | | | | | | | run_command: return exit code as positive valueJohannes Sixt2009-07-057-19/+7
| * | | | | | | | MinGW: simplify waitpid() emulation macrosJohannes Sixt2009-07-051-2/+3
* | | | | | | | | 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