summaryrefslogtreecommitdiffstats
path: root/fsck.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-04Work around gcc warnings from curl headersJunio C Hamano2-12/+10
2008-07-03Fix describe --tags --long so it does not segfaultShawn O. Pearce2-1/+3
2008-07-02Start draft release notes for 1.5.6.2Junio C Hamano2-1/+32
2008-07-02Fix 'git show' on signed tag of signed tag of commitThomas Rast1-1/+1
2008-06-30fetch: give a hint to the user when local refs fail to updateJeff King1-4/+11
2008-06-30doc/rev-parse: clarify reflog vs --until for specifying revisionsJeff King1-1/+4
2008-06-30clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin1-0/+7
2008-06-29git-svn: don't sanitize remote names in configEric Wong1-12/+3
2008-06-29git-svn: avoid filling up the disk with temp files.Avery Pennarun1-1/+4
2008-06-29git cat-file: Fix memory leak in batch modeBjörn Steinbrink1-0/+1
2008-06-28fix git config example syntaxJoey Hess1-1/+1
2008-06-28avoid off-by-one error in run_upload_archiveJochen Voss1-1/+1
2008-06-28fetch: report local storage errors in status tableJeff King1-12/+24
2008-06-28clone: respect url.insteadOf setting in global configsJohannes Schindelin1-1/+2
2008-06-27GIT 1.5.5.5v1.5.5.5Junio C Hamano3-2/+13
2008-06-27GIT 1.5.4.6v1.5.4.6Junio C Hamano3-2/+45
2008-06-27git-shell: accept "git foo" formJunio C Hamano1-4/+13
2008-06-26diff --check: do not discard error status upon seeing a good lineJunio C Hamano2-3/+13
2008-06-26Allow "git-reset path" when unambiguousJunio C Hamano2-5/+81
2008-06-26GIT 1.5.6.1v1.5.6.1Junio C Hamano3-6/+35
2008-06-25fix update-hook-example to work with packed tag referencesDmitry Potapov1-1/+1
2008-06-25clone: create intermediate directories of destination repoJeff King5-11/+39
2008-06-25for-each-ref: implement missing tag valuesJeff King1-0/+7
2008-06-24git-svn: make rebuild respect rewriteRoot optionJan Krüger2-3/+35
2008-06-24Workaround for AIX mkstemp()Patrick Higgins1-0/+1
2008-06-23Extend parse-options test suiteStephan Beyer2-11/+144
2008-06-23api-parse-options.txt: Introduce documentation for parse options APIStephan Beyer1-2/+202
2008-06-23parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio2-4/+13
2008-06-23api-builtin.txt: update and fix typoStephan Beyer1-5/+10
2008-06-23git-rebase.sh: Add check if rebase is in progressStephan Beyer1-4/+10
2008-06-20Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds3-1/+20
2008-06-20Documentation: fix formatting in git-svnJan Krüger1-1/+2
2008-06-20t7502-commit.sh: test_must_fail doesn't work with inline environment variablesBrandon Casey1-1/+5
2008-06-20completion: add --graph to log command completionDan McGee1-0/+1
2008-06-19git-merge.sh: fix typo in usage message: sucesses --> succeedsBrandon Casey1-1/+1
2008-06-19diff -c/--cc: do not include uninteresting deletion before leading contextJunio C Hamano1-2/+5
2008-06-18GIT 1.5.6v1.5.6Junio C Hamano3-7/+9
2008-06-18clean up error conventions of remote.c:match_explicitJeff King2-22/+20
2008-06-18Fix approxidate("never") to always return 0Olivier Marin1-4/+2
2008-06-18git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery1-1/+1
2008-06-18builtin-rerere: fix a small leakJunio C Hamano1-1/+1
2008-06-18gitweb: remove unused parse_ref methodLea Wiemann1-43/+0
2008-06-18gitweb: quote commands properly when calling the shellLea Wiemann1-10/+14
2008-06-17sha1_file.c: simplify parse_pack_index()Junio C Hamano2-9/+1
2008-06-17create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano1-2/+2
2008-06-17write_loose_object: don't bother trying to read an old objectLinus Torvalds1-14/+0
2008-06-17path-list documentation: document all functions and data structuresMiklos Vajna1-4/+121
2008-06-17run-command documentation: fix "memset()" parameterMiklos Vajna1-2/+2
2008-06-17diff.c: fix emit_line() again not to add extra lineJunio C Hamano1-2/+4
2008-06-17diff: reset color before printing newlineSZEDER Gábor1-0/+4