summaryrefslogtreecommitdiffstats
path: root/builtin-commit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-07unset GREP_OPTIONS in test-lib.shBert Wesarg1-0/+2
2010-03-07stash: suggest the correct command line for unknown options.Matthieu Moy1-0/+1
2010-03-07t7406: Fix submodule init config testsStephen Boyd1-8/+16
2010-03-05Update draft release notes to 1.7.0.2Junio C Hamano1-1/+25
2010-03-05Remove extra '-' from git-am(1)Michal Sojka1-1/+1
2010-03-03Start preparing for 1.7.0.2Junio C Hamano2-1/+23
2010-03-02gitweb: Fix project-specific feature override behaviorJakub Narebski2-6/+21
2010-03-02gitweb multiple project roots documentationSylvain Rabot1-3/+64
2010-03-01bisect: error out when passing bad path parametersChristian Couder2-0/+11
2010-02-28Git 1.7.0.1v1.7.0.1Junio C Hamano3-7/+12
2010-02-28Remove reference to GREP_COLORS from documentationMark Lodato1-3/+1
2010-02-28sha1_name: fix segfault caused by invalid index accessMarkus Heidelberg1-14/+18
2010-02-28reflog: honor gc.reflogexpire=neverAdam Simpkins2-4/+43
2010-02-28prune: honor --expire=neverAdam Simpkins2-14/+43
2010-02-26grep docs: document --no-index optionMark Lodato1-4/+8
2010-02-26grep docs: --cached and <tree>... are incompatibleMark Lodato1-3/+3
2010-02-26grep docs: use AsciiDoc literals consistentlyMark Lodato1-5/+5
2010-02-26grep docs: pluralize "Example" sectionMark Lodato1-2/+2
2010-02-25t3301-notes: insert a shbang line in ./fake_editor.shJohannes Sixt1-0/+1
2010-02-25pack-objects documentation: Fix --honor-pack-keep as well.Nelson Elhage1-2/+2
2010-02-25is_submodule_modified(): clear environment properlyGiuseppe Bilotta1-11/+11
2010-02-25submodules: ensure clean environment when operating in a submoduleGiuseppe Bilotta1-10/+10
2010-02-25shell setup: clear_local_git_env() functionGiuseppe Bilotta1-0/+7
2010-02-25rev-parse: --local-env-vars optionGiuseppe Bilotta2-0/+13
2010-02-25Refactor list of of repo-local env varsGiuseppe Bilotta3-12/+28
2010-02-25pack-objects documentation: reword "objects that appear in the standard input"Junio C Hamano1-3/+3
2010-02-25commit: quote the user name in the exampleMatt Kraai1-1/+1
2010-02-24fetch --all/--multiple: keep all the fetched branch informationJunio C Hamano2-7/+40
2010-02-24push: fix segfault for odd configJeff King1-1/+1
2010-02-24builtin-fetch --all/--multi: propagate options correctlyJunio C Hamano2-1/+29
2010-02-24t5521: fix and modernizeJunio C Hamano1-26/+20
2010-02-23am: remove rebase-apply directory before gcJonathan Nieder1-2/+1
2010-02-23rerere: fix memory leak if rerere images can't be readBert Wesarg1-3/+6
2010-02-23Documentation: mention conflict marker size argument (%L) for merge driverBert Wesarg1-1/+2
2010-02-23add-interactive: fix bogus diff header line orderingJeff King2-1/+31
2010-02-23Use git_mkstemp_mode instead of plain mkstemp to create object filesMatthieu Moy2-4/+4
2010-02-23git_mkstemps_mode: don't set errno to EINVAL on exit.Matthieu Moy1-1/+0
2010-02-23Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy3-20/+10
2010-02-23git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy3-2/+27
2010-02-23Move gitmkstemps to path.cMatthieu Moy3-71/+69