summaryrefslogtreecommitdiffstats
path: root/pkt-line.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-24Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy6-22/+95
2009-08-24Avoid writing to buffer in add_excludes_from_file_1()Nguyễn Thái Ngọc Duy1-3/+2
2009-08-24Teach Git to respect skip-worktree bit (writing part)Nguyễn Thái Ngọc Duy2-2/+148
2009-08-24Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy8-26/+199
2009-08-24Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy6-3/+109
2009-08-24Add test-index-versionNguyễn Thái Ngọc Duy3-0/+16
2009-08-24update-index: refactor mark_valid() in preparation for new optionsNguyễn Thái Ngọc Duy1-14/+10
2009-08-12Prevent diff machinery from examining assume-unchanged entries on worktreeNguyễn Thái Ngọc Duy2-2/+35
2009-08-11Fix typos in git-remote.txt and git-symbolic-ref.txtŠtěpán Němec2-4/+4
2009-08-10Check return value of ftruncate call in http.cJeff Lasslett1-1/+5
2009-08-10http.c: replace usage of temporary variable for urlsTay Ray Chuan1-9/+6
2009-08-10http.c: free preq when abortingTay Ray Chuan1-0/+1
2009-08-10git-svn: ignore leading blank lines in svn:ignoreMichael Haggerty2-1/+6
2009-08-10svn: Honor --prefix option in init without --stdlayoutAdam Brewster1-1/+2
2009-08-10svn: Add && to t9107-git-svn-migrate.shAdam Brewster1-3/+11
2009-08-10git-instaweb: fix mod_perl detection for apache2Mark A Rada1-1/+1
2009-08-10Document 'stash clear' recovery via unreachable commitsThomas Rast1-1/+16
2009-08-09t/Makefile: include config.makJeff King1-0/+2
2009-08-09tests: allow user to specify trash directory locationJeff King1-1/+8
2009-08-09tests: provide $TRASH_DIRECTORY variableJeff King2-3/+3
2009-08-09tests: use "$TEST_DIRECTORY" instead of ".."Jeff King4-4/+4
2009-08-09t0001-init: split the existence test from the permission testJohannes Sixt1-0/+6
2009-08-09t0001-init: fix a file nameJohannes Sixt1-1/+1
2009-08-09t6035-merge-dir-to-symlink depends on SYMLINKS prerequisiteJohannes Sixt1-0/+6
2009-08-08api-run-command.txt: describe error behavior of run_command functionsJohannes Sixt1-3/+28
2009-08-08verify-pack -v: do not report "chain length 0"Junio C Hamano1-8/+19
2009-08-08t5510: harden the way verify-pack is usedJunio C Hamano1-3/+8
2009-08-07Show usage string for 'git log -h', 'git show -h' and 'git diff -h'Matthieu Moy2-0/+8
2009-08-07git-am: print fair error message when format detection failsNicolas Sebrecht1-1/+5
2009-08-07am: allow individual e-mail files as inputJunio C Hamano2-0/+29
2009-08-06git-ls-files.txt: clarify what "other files" mean for --otherMatthieu Moy1-1/+1
2009-08-06git-describe: Die early if there are no possible descriptionsBjörn Steinbrink1-0/+5
2009-08-06rebase: consistent error messages for staged and unstaged changes.Matthieu Moy1-2/+4
2009-08-06git-tag(1): Refer to git-check-ref-format(1) for <name>Jari Aalto1-1/+4
2009-08-06git-rev-list.txt: Clarify the use of multiple revision argumentsJunio C Hamano1-8/+14
2009-08-06git.el: Clarify documentation of git-commit-treeDavid Kågedal1-5/+8
2009-08-06don't let the delta cache grow unbounded in 'git repack'Nicolas Pitre2-4/+12
2009-08-06transport: don't show push status if --quiet is givenJeff King1-1/+19
2009-08-06transport: pass "quiet" flag to pack-objectsJeff King3-0/+5
2009-08-06push: add --quiet flagJeff King2-0/+2
2009-08-05gitweb: parse_commit_text encoding fixZoltán Füzesi1-3/+2
2009-08-05gitweb/README: Document $base_urlJakub Narebski1-0/+6
2009-08-05Documentation: git submodule: add missing options to synopsisJens Lehmann1-2/+2
2009-08-05git-merge-base/git-show-branch --merge-base: Documentation and testMichael J Gruber4-4/+16
2009-08-05git-merge-base/git-show-branch: Cleanup documentation and usageMichael J Gruber4-7/+9
2009-08-05t6010-merge-base.sh: Depict the octopus test graphMichael J Gruber1-0/+12
2009-08-05Better usage string for reflog.Matthieu Moy1-1/+1
2009-08-05hg-to-git: don't import the unused popen2 moduleMiklos Vajna1-1/+1
2009-08-05send-email: remove debug traceErik Faye-Lund1-1/+0
2009-08-04run-command.c: squelch a "use before assignment" warningDavid Soria Parra1-1/+1