summaryrefslogtreecommitdiffstats
path: root/entry.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-24write_index(): update index_state->timestamp after flushing to diskKjetil Barvik2-3/+11
2009-02-20verify_uptodate(): add ce_uptodate(ce) testKjetil Barvik1-1/+1
2009-02-20make USE_NSEC work as expectedKjetil Barvik3-19/+65
2009-02-20fix compile error when USE_NSEC is definedKjetil Barvik1-2/+2
2009-02-19check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik3-3/+22
2009-02-10lstat_cache(): print a warning if doing ping-pong between cache typesKjetil Barvik1-0/+23
2009-02-10show_patch_diff(): remove a call to fstat()Kjetil Barvik1-3/+1
2009-02-10write_entry(): use fstat() instead of lstat() when file is openKjetil Barvik1-3/+9
2009-02-10write_entry(): cleanup of some duplicated codeKjetil Barvik1-45/+30
2009-02-10create_directories(): remove some memcpy() and strchr() callsKjetil Barvik1-9/+14
2009-02-10unlink_entry(): introduce schedule_dir_for_removal()Kjetil Barvik3-24/+67
2009-02-10lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik10-20/+23
2009-02-10lstat_cache(): generalise longest_match_lstat_cache()Kjetil Barvik1-22/+24
2009-02-10lstat_cache(): small cleanup and optimisationKjetil Barvik1-20/+24
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-07GIT 1.6.2-rc0v1.6.2-rc0Junio C Hamano2-16/+58
2009-02-07emacs: Remove the no longer maintained vc-git package.Alexandre Julliard2-217/+1
2009-02-07git.el: Add some notes about Emacs versions compatibility.Alexandre Julliard1-2/+10
2009-02-07git.el: Use integer instead of character constants in case statement.Alexandre Julliard1-15/+15
2009-02-07git.el: Set a regexp for paragraph-separate in log-edit mode.Alexandre Julliard1-0/+1
2009-02-07git.el: Make git-run-command-region display the error if any.Alexandre Julliard1-19/+19
2009-02-07git.el: Add commands for cherry-pick and revert.Alexandre Julliard1-0/+42
2009-02-07git.el: Add a command to create a new branch.Alexandre Julliard1-0/+14
2009-02-07git.el: Add a checkout command.Alexandre Julliard1-2/+31
2009-02-07GIT 1.6.1.3v1.6.1.3Junio C Hamano3-2/+34
2009-02-07add -p: import Term::ReadKey with 'require'Thomas Rast1-1/+4
2009-02-06filter-branch: do not consider diverging submodules a 'dirty worktree'Johannes Schindelin1-1/+1
2009-02-06add -p: print errors in separate colorThomas Rast2-12/+22
2009-02-06add -p: prompt for single charactersThomas Rast2-4/+48
2009-02-05Makefile: minor improvements for Mac OS X (Darwin)Jay Soffian1-2/+4
2009-02-05config.mak.in: define paths without trailing slashPascal Obry1-2/+2
2009-02-05Makefile: fix misdetection of relative pathnamesJunio C Hamano1-2/+2
2009-02-05Fixed broken git help -w when installing from RPMDavid J. Mellor1-1/+4
2009-02-05builtin-blame.c: Use utf8_strwidth for author's namesGeoffrey Thomas1-5/+7
2009-02-05utf8: add utf8_strwidth()Geoffrey Thomas2-0/+20
2009-02-05git-bundle doc: update examplesNanako Shiraishi1-48/+84
2009-02-05Replace deprecated dashed git commands in usageAlexander Potashev10-11/+11
2009-02-05git-show-branch doc: show -g as synonym to --reflog in the listjidanni@jidanni.org1-2/+2