summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | 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
* | | | | | | | | | | rev-parse --verify: do not output anything on errorChristian Couder2008-05-112-24/+26
* | | | | | | | | | | rev-parse: fix using "--default" with "--verify"Christian Couder2008-05-112-6/+7
* | | | | | | | | | | rev-parse: add test script for "--verify"Christian Couder2008-05-111-0/+114
* | | | | | | | | | | Add svn-compatible "blame" output format to git-svnSteven Grimm2008-05-112-15/+55
* | | | | | | | | | | mergetool: Make ECMerge use the settings as specified by the user in the GUISebastian Schuberth2008-05-111-2/+2
* | | | | | | | | | | git-format-patch: add --no-binary to omit binary changes in the patch.Caio Marcelo de Oliveira Filho2008-05-112-1/+10
* | | | | | | | | | | Allow tracking branches to set up rebase by default.Dustin Sallings2008-05-116-1/+294
* | | | | | | | | | | git-svn: fix cloning of HTTP URLs with '+' in their pathEric Wong2008-05-113-4/+42
* | | | | | | | | | | alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk2008-05-116-27/+19
|/ / / / / / / / / /
* | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff-files: mark an index entry we know is up-to-date as suchJunio C Hamano2008-04-121-2/+5