summaryrefslogtreecommitdiffstats
path: root/diffcore.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-15core.excludesfile clean-upJunio C Hamano7-34/+25
2007-11-14user-manual: minor rewording for clarity.Sergei Organov1-2/+2
2007-11-14Fix dependencies of parse-options test programAlex Riesen1-0/+2
2007-11-14user-manual.txt: fix a few mistakesSergei Organov1-3/+3
2007-11-14git-clean: honor core.excludesfileJunio C Hamano2-1/+19
2007-11-14Documentation: Fix man page breakage with DocBook XSL v1.72Jonas Fonseca3-3/+12
2007-11-14Handle broken vsnprintf implementations in strbufShawn O. Pearce2-5/+6
2007-11-14git-remote.txt: fix typoSergei Organov1-1/+1
2007-11-14core-tutorial.txt: Fix argument mistake in an example.Sergei Organov1-2/+2
2007-11-14replace reference to git-rm with git-reset in git-commit docJing Xue2-4/+8
2007-11-14Grammar fixes for gitattributes documentationWincent Colaiuta1-8/+9
2007-11-14Don't allow fast-import tree delta chains to exceed maximum depthShawn O. Pearce1-7/+13
2007-11-13Resurrect git-revert.sh example and add comment to builtin-revert.cJunio C Hamano1-1/+3
2007-11-13revert/cherry-pick: allow starting from dirty work tree.Junio C Hamano1-1/+1
2007-11-13t/t3404: fix test for a bogus todo file.Junio C Hamano1-1/+1
2007-11-13git-commit: Add tests for invalid usage of -a/--interactive with pathsBjörn Steinbrink1-0/+10
2007-11-13Fix preprocessor logic that determines the availablity of strchrnul().Johannes Sixt1-1/+7
2007-11-13git-clean: Fix error message if clean.requireForce is not set.Johannes Sixt1-10/+14
2007-11-13rebase: fix "rebase --continue" breakageJohannes Schindelin2-1/+22
2007-11-12git-svn: support for funky branch and project names over HTTP(S)Eric Wong2-2/+62
2007-11-12Documentation: Fix references to deprecated commandsJonas Fonseca2-7/+2
2007-11-12for-each-ref: fix off by one read.Christian Couder1-1/+1
2007-11-12git-branch: remove mention of non-existent '-b' optionJeff King1-1/+1
2007-11-12git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure2-0/+9
2007-11-12t2200: test more cases of "add -u"Junio C Hamano1-2/+28
2007-11-12git-fetch: avoid local fetching from alternate (again)Shawn O. Pearce2-2/+100
2007-11-12rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce2-4/+31
2007-11-12run-command: Support sending stderr to /dev/nullShawn O. Pearce2-2/+5
2007-11-12git-fetch: Always fetch tags if the object they reference existsShawn O. Pearce1-1/+1
2007-11-12t7005-editor.sh: Don't invoke real vi when it is in GIT_EXEC_PATHBjörn Steinbrink1-3/+2
2007-11-12Make GIT_INDEX_FILE apply to git-commitRémi Vanicat2-1/+33
2007-11-11push: teach push to pass --verbose option to transport layerSteffen Prohaska3-2/+9
2007-11-11push: mention --verbose option in documentationSteffen Prohaska1-2/+2
2007-11-11Simplify strchrnul() compat codeAndreas Ericsson3-23/+7
2007-11-11fix index-pack with packs >4GB containing deltas on 32-bit machinesNicolas Pitre1-1/+1
2007-11-11git-hash-object should honor config variablesNicolas Pitre1-0/+2
2007-11-11--format=pretty: avoid calculating expensive expansions twiceRené Scharfe1-0/+32
2007-11-11add strbuf_adddup()René Scharfe2-0/+8
2007-11-11--pretty=format: parse commit message only onceRené Scharfe1-42/+82
2007-11-10gitweb: correct month in date display for atom feedsVincent Zanotti1-1/+1
2007-11-10test-lib.sh: move error line after error() declarationMichele Ballabio1-5/+10
2007-11-10for-each-ref: fix setup of option-parsing for --sortLars Hjemli2-1/+23
2007-11-10core-tutorial.txt: Fix git-show-branch example and its descriptionSergei Organov1-2/+15
2007-11-10Fix memory leak in traverse_commit_listShawn O. Pearce1-0/+7
2007-11-10git-commit: a bit more testsJunio C Hamano1-0/+69
2007-11-10git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano4-3/+8
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano8-34/+57
2007-11-10print warning/error/fatal messages in one shotNicolas Pitre1-3/+3
2007-11-10builtin-blame: set up the work_tree before the first file accessJohannes Schindelin2-2/+9