summaryrefslogtreecommitdiffstats
path: root/builtin-unpack-objects.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-14symbolic-ref: allow refs/<whatever> in HEADJeff King2-7/+2
2009-02-14Remove redundant bit clears from diff_setup()Keith Cascio1-3/+0
2009-02-13bash-completion: Complete the values of color.interactive, color.ui, color.pagerMatt Kraai1-1/+5
2009-02-13Install the default "master" branch configuration after cloning a voidJunio C Hamano2-5/+33
2009-02-13Update documentation to add further information about using Thunderbird with ...Jeremy White2-0/+41
2009-02-13git-rebase.txt: --interactive does not work with --whitespaceMark Burton1-0/+1
2009-02-13Add 'rm -f' equivalent to 'git rm' example of filter-branch --index-filterJacob Helwig1-0/+5
2009-02-12Revert "validate_headref: tighten ref-matching to just branches"Junio C Hamano1-2/+2
2009-02-12Bugfix: GIT_EXTERNAL_DIFF with more than one changed filesNazri Ramliy2-4/+12
2009-02-12Prepare for 1.6.1.4.Junio C Hamano2-1/+20
2009-02-12Make repack less likely to corrupt repositoryJunio C Hamano1-20/+67
2009-02-12fast-export: ensure we traverse commits in topological orderElijah Newren1-0/+1
2009-02-12filter-branch: Add more error-handlingEric Kidd2-12/+18
2009-02-11Fix contrib/hooks/post-receive-email for new duplicate branchPat Notz1-1/+3
2009-02-11Clear the delta base cache if a pack is rebuiltShawn O. Pearce1-0/+1
2009-02-11Squelch overzealous "ignoring dangling symref" in an empty repositoryJunio C Hamano1-1/+2
2009-02-11test case for regression caused by git-svn empty symlink fixAnton Gyllenberg2-0/+208
2009-02-11git-svn: fix broken symlink workaround when switching branchesEric Wong1-5/+6
2009-02-11git-svn: Print revision while searching for earliest use of pathDeskin Miller1-0/+3
2009-02-11git-svn: abstract out a block into new method other_gs()Sam Vilain1-16/+24
2009-02-11git-svn: allow disabling expensive broken symlink checksEric Wong3-0/+38
2009-02-11revision traversal and pack: notice and die on missing commitJunio C Hamano2-2/+43
2009-02-11builtin-receive-pack.c: do not initialize statics to 0Junio C Hamano1-2/+2
2009-02-11receive-pack: receive.denyDeleteCurrentJunio C Hamano2-11/+74
2009-02-11Drop double-semicolon in CJunio C Hamano4-4/+4
2009-02-11Warn use of "origin" when remotes/origin/HEAD is danglingJunio C Hamano2-2/+10
2009-02-11remote prune: warn dangling symrefsJunio C Hamano4-18/+86
2009-02-11Fix the installation path for html documentationMichael J Gruber1-1/+1
2009-02-11Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer4-23/+20
2009-02-11Makefile: resort filenames alphabeticallyStephan Beyer1-8/+8
2009-02-11Modernize t5400 test scriptJunio C Hamano1-86/+94
2009-02-11Describe notable git.el changes in the release notesAlexandre Julliard1-2/+3
2009-02-11Revert "Merge branch 'js/notes'"Junio C Hamano16-506/+0
2009-02-11Clear the delta base cache during fast-import checkpointShawn O. Pearce3-0/+9
2009-02-09git-web--browse: Fix check for /bin/startTodd Zullinger1-1/+1
2009-02-09completion: Get rid of tabbed indentation in comments. Replace with spaces.Ted Pavlic1-5/+5
2009-02-09completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors.Ted Pavlic1-1/+1
2009-02-09gitweb: add $prevent_xss option to prevent XSS by repository contentMatt McCutchen2-3/+27
2009-02-09doc/bundle: Use the more conventional suffix '.bundle'Santi Béjar1-7/+7
2009-02-09Add two extra tests for git rebaseJohannes Schindelin1-1/+12
2009-02-09Documentation: clarify commits affected by gitk --mergeSitaram Chamarty1-1/+2
2009-02-08add -p: get rid of Git.pm warnings about unitialized valuesStephan Beyer1-1/+2
2009-02-08rev-list: fix showing distance when using --bisect-allChristian Couder1-0/+1
2009-02-07submodule: warn about non-submodulesJohannes Schindelin2-1/+8
2009-02-07Let ls-files strip trailing slashes in submodules' pathsJohannes Schindelin2-1/+26
2009-02-07Remove unused normalize_absolute_path()Johannes Sixt2-46/+6
2009-02-07Test and fix normalize_path_copy()Johannes Sixt3-30/+26
2009-02-07Fix GIT_CEILING_DIRECTORIES on WindowsRené Scharfe2-8/+9
2009-02-07Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt3-87/+88
2009-02-07Make test-path-utils more robust against incorrect useJohannes Sixt1-1/+6