summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Optimize symlink/directory detectionLinus Torvalds2008-05-105-47/+61
* Avoid some unnecessary lstat() callsLinus Torvalds2008-05-103-14/+23
* Merge branch 'py/diff-submodule'Junio C Hamano2008-05-104-8/+73
|\
| * is_racy_timestamp(): do not check timestamp for gitlinksJunio C Hamano2008-05-042-2/+3
| * diff-lib.c: rename check_work_tree_entity()Junio C Hamano2008-05-041-4/+4
| * diff: a submodule not checked out is not modifiedJunio C Hamano2008-05-042-4/+23
| * Add t7506 to test submodule related functions for git-statusPing Yin2008-05-042-1/+39
| * t4027: test diff for submodule with empty directoryPing Yin2008-05-041-0/+7
* | Merge branch 'lt/case-insensitive'Junio C Hamano2008-05-1010-105/+241
|\ \
| * | Make git-add behave more sensibly in a case-insensitive environmentLinus Torvalds2008-04-092-1/+37
| * | When adding files to the index, add support for case-independent matchesLinus Torvalds2008-04-091-7/+5
| * | Make unpack-tree update removed files before any updated filesLinus Torvalds2008-04-091-2/+7
| * | Make branch merging aware of underlying case-insensitive filsystemsLinus Torvalds2008-04-092-1/+27
| * | Add 'core.ignorecase' optionLinus Torvalds2008-04-094-1/+8
| * | Make hash_name_lookup able to do case-independent lookupsLinus Torvalds2008-04-094-6/+52
| * | Make "index_name_exists()" return the cache_entry it foundLinus Torvalds2008-04-093-8/+8
| * | Move name hashing functions into a file of its ownLinus Torvalds2008-04-095-77/+95
| * | Make unpack_trees_options bit flags actual bitfieldsLinus Torvalds2008-04-091-10/+10
* | | Merge branch 'maint'Junio C Hamano2008-05-082-2/+5
|\ \ \
| * \ \ Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-082-2/+5
| |\ \ \
| | * | | Documentation/config.txt: Mention branch.<name>.rebase applies to "git pull"Dustin Sallings2008-05-081-1/+2
| | * | | doc: clarify definition of "update" for git-add -uJeff King2008-05-081-1/+3
* | | | | Merge branch 'sg/merge-options' (early part)Junio C Hamano2008-05-0811-81/+186
|\ \ \ \ \
| * | | | | merge, pull: add '--(no-)log' command line optionSZEDER Gábor2008-04-125-7/+36
| * | | | | fmt-merge-msg: add '--(no-)log' options and 'merge.log' config variableSZEDER Gábor2008-04-124-13/+75
| * | | | | add 'merge.stat' config variableSZEDER Gábor2008-04-123-1/+6
| * | | | | merge, pull: introduce '--(no-)stat' optionSZEDER Gábor2008-04-126-21/+40
| * | | | | doc: moved merge.* config variables into separate merge-config.txtSZEDER Gábor2008-04-123-43/+33
* | | | | | Merge branch 'db/learn-HEAD'Junio C Hamano2008-05-0810-29/+79
|\ \ \ \ \ \
| * | | | | | Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow2008-04-265-2/+43
| * | | | | | Make walker.fetch_ref() take a struct ref.Daniel Barkalow2008-04-266-27/+36
* | | | | | | Merge branch 'jn/webfeed'Junio C Hamano2008-05-082-25/+104
|\ \ \ \ \ \ \
| * | | | | | | gitweb: Use feed link according to current viewJakub Narebski2008-04-262-25/+104
| |/ / / / / /
* | | | | | | Merge branch 'cc/help'Junio C Hamano2008-05-084-28/+233
|\ \ \ \ \ \ \
| * | | | | | | documentation: web--browse: add a note about konquerorChristian Couder2008-04-261-1/+23
| * | | | | | | documentation: help: add info about "man.<tool>.cmd" config varChristian Couder2008-04-262-5/+48
| * | | | | | | help: use "man.<tool>.cmd" as custom man viewer commandChristian Couder2008-04-261-18/+40
| * | | | | | | documentation: help: add "man.<tool>.path" config variableChristian Couder2008-04-262-0/+13
| * | | | | | | help: use man viewer path from "man.<tool>.path" config varChristian Couder2008-04-261-19/+124
| |/ / / / / /
* | | | | | | Merge branch 'dm/cherry-pick-s'Junio C Hamano2008-05-083-7/+23
|\ \ \ \ \ \ \
| * | | | | | | Allow cherry-pick (and revert) to add signoff lineDan McGee2008-04-263-7/+23
| |/ / / / / /
* | | | | | | Merge branch 'lt/dirmatch-optim'Junio C Hamano2008-05-081-2/+20
|\ \ \ \ \ \ \
| * | | | | | | Optimize match_pathspec() to avoid fnmatch()Linus Torvalds2008-04-261-2/+20
| |/ / / / / /
* | | | | | | compat-util: avoid macro redefinition warningJohannes Sixt2008-05-081-0/+3
* | | | | | | compat/fopen.c: avoid clobbering the system defined fopen macroBrandon Casey2008-05-081-1/+12
* | | | | | | Documentation: bisect: add a few "git bisect run" examplesChristian Couder2008-05-081-0/+49
* | | | | | | Documentation/config.txt: Add git-gui optionsGustaf Hendeby2008-05-081-0/+30
* | | | | | | Documentation: improve "add", "pull" and "format-patch" examplesChristian Couder2008-05-063-69/+108
* | | | | | | Be more careful with objects directory permissions on cloneMark Hills2008-05-061-1/+4
* | | | | | | Merge branch 'jc/lstat'Junio C Hamano2008-05-052-3/+6
|\ \ \ \ \ \ \