summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create USE_ST_TIMESPEC and turn it on for DarwinBrian Gernhardt2009-03-082-0/+12
* Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano2009-03-082-3/+3
* Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik2009-03-075-30/+22
* write_index(): update index_state->timestamp after flushing to diskKjetil Barvik2009-02-232-3/+11
* verify_uptodate(): add ce_uptodate(ce) testKjetil Barvik2009-02-191-1/+1
* make USE_NSEC work as expectedKjetil Barvik2009-02-193-19/+65
* fix compile error when USE_NSEC is definedKjetil Barvik2009-02-191-2/+2
* check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik2009-02-183-3/+22
* lstat_cache(): print a warning if doing ping-pong between cache typesKjetil Barvik2009-02-091-0/+23
* show_patch_diff(): remove a call to fstat()Kjetil Barvik2009-02-091-3/+1
* write_entry(): use fstat() instead of lstat() when file is openKjetil Barvik2009-02-091-3/+9
* write_entry(): cleanup of some duplicated codeKjetil Barvik2009-02-091-45/+30
* create_directories(): remove some memcpy() and strchr() callsKjetil Barvik2009-02-091-9/+14
* unlink_entry(): introduce schedule_dir_for_removal()Kjetil Barvik2009-02-093-24/+67
* lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-0910-20/+23
* lstat_cache(): generalise longest_match_lstat_cache()Kjetil Barvik2009-02-091-22/+24
* lstat_cache(): small cleanup and optimisationKjetil Barvik2009-02-091-20/+24
* git-web--browse: Fix check for /bin/startTodd Zullinger2009-02-091-1/+1
* Merge branch 'maint'Junio C Hamano2009-02-083-3/+28
|\
| * gitweb: add $prevent_xss option to prevent XSS by repository contentMatt McCutchen2009-02-082-3/+27
| * rev-list: fix showing distance when using --bisect-allChristian Couder2009-02-081-0/+1
* | completion: Get rid of tabbed indentation in comments. Replace with spaces.Ted Pavlic2009-02-081-5/+5
* | completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors.Ted Pavlic2009-02-081-1/+1
* | doc/bundle: Use the more conventional suffix '.bundle'Santi Béjar2009-02-081-7/+7
* | Add two extra tests for git rebaseJohannes Schindelin2009-02-081-1/+12
* | Documentation: clarify commits affected by gitk --mergeSitaram Chamarty2009-02-081-1/+2
* | add -p: get rid of Git.pm warnings about unitialized valuesStephan Beyer2009-02-081-1/+2
* | GIT 1.6.2-rc0v1.6.2-rc0Junio C Hamano2009-02-072-16/+58
* | Merge branch 'tr/add-p-single'Junio C Hamano2009-02-072-16/+73
|\ \
| * | add -p: import Term::ReadKey with 'require'Thomas Rast2009-02-071-1/+4
| * | add -p: print errors in separate colorThomas Rast2009-02-052-12/+22
| * | add -p: prompt for single charactersThomas Rast2009-02-052-4/+48
* | | Merge branch 'js/filter-branch-submodule'Junio C Hamano2009-02-072-14/+17
|\ \ \
| * | | filter-branch: do not consider diverging submodules a 'dirty worktree'Johannes Schindelin2009-02-051-1/+1
| * | | filter-branch: Fix fatal error on bare repositoriesEric Kidd2009-02-032-13/+16
* | | | Merge branch 'maint'Junio C Hamano2009-02-071-0/+32
|\ \ \ \ | | |_|/ | |/| |
| * | | GIT 1.6.1.3v1.6.1.3Junio C Hamano2009-02-073-2/+34
* | | | emacs: Remove the no longer maintained vc-git package.Alexandre Julliard2009-02-072-217/+1
* | | | git.el: Add some notes about Emacs versions compatibility.Alexandre Julliard2009-02-071-2/+10
* | | | git.el: Use integer instead of character constants in case statement.Alexandre Julliard2009-02-071-15/+15
* | | | git.el: Set a regexp for paragraph-separate in log-edit mode.Alexandre Julliard2009-02-071-0/+1
* | | | git.el: Make git-run-command-region display the error if any.Alexandre Julliard2009-02-071-19/+19
* | | | git.el: Add commands for cherry-pick and revert.Alexandre Julliard2009-02-071-0/+42
* | | | git.el: Add a command to create a new branch.Alexandre Julliard2009-02-071-0/+14
* | | | git.el: Add a checkout command.Alexandre Julliard2009-02-071-2/+31
* | | | Merge branch 'js/maint-remote-remove-mirror'Junio C Hamano2009-02-052-7/+58
|\ \ \ \
| * | | | builtin-remote: make rm operation safer in mirrored repositoryJay Soffian2009-02-042-2/+53
| * | | | builtin-remote: make rm() use properly named variable to hold return valueJay Soffian2009-02-031-5/+5
* | | | | Merge branch 'js/notes'Junio C Hamano2009-02-0515-0/+504
|\ \ \ \ \
| * | | | | git-notes: fix printing of multi-line notesTor Arne Vestbø2009-01-142-7/+38