summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-02Gitweb: add ignore and clean rules for minified filesLibravatar Mark Rada2-1/+2
2010-04-02builtin/commit: remove unnecessary variable definitionLibravatar Markus Heidelberg1-1/+1
2010-04-02builtin/commit: fix duplicated sentence in a commentLibravatar Markus Heidelberg1-2/+2
2010-04-02Integrate version 3 ciabot scripts into contrib/.Libravatar Eric Raymond3-0/+426
2010-04-01fix textconv leak in emit_rewrite_diffLibravatar Jeff King1-0/+4
2010-04-01fix const-correctness of write_sha1_fileLibravatar Jeff King2-4/+4
2010-04-01Makefile: update defaults for modern CygwinLibravatar Eric Blake1-10/+12
2010-04-01Prompt for a username when an HTTP request 401sLibravatar Scott Chacon3-2/+24
2010-03-31Sync with 1.7.0.4Libravatar Junio C Hamano11-17/+51
2010-03-31Git 1.7.0.4Libravatar Junio C Hamano3-4/+13
2010-03-31Merge branch 'jc/maint-refs-dangling' into maintLibravatar Junio C Hamano2-7/+10
2010-03-31Documentation: show-ref <pattern>s are optionalLibravatar Holger Weiß1-1/+1
2010-03-31Link against libiconv on IRIXLibravatar Holger Weiß1-0/+2
2010-03-31Don't redefine htonl and ntohl on big-endianLibravatar Holger Weiß1-0/+2
2010-03-31gitweb: git_get_project_config requires only $git_dir, not also $projectLibravatar Jakub Narebski1-2/+1
2010-03-31Updated the usage string of git resetLibravatar Jan Stępień1-1/+2
2010-03-30Documentation: Clarify support for smart HTTP backendLibravatar Greg Bacon1-1/+1
2010-03-30Windows: fix utime() for read-only filesLibravatar Johannes Sixt1-2/+18
2010-03-30diff: fix textconv error zombiesLibravatar Johannes Sixt1-6/+11
2010-03-29Merge branch 'maint'Libravatar Junio C Hamano2-1/+12
2010-03-29format-patch: Squelch 'fatal: Not a range." errorLibravatar Kevin Ballard2-1/+12
2010-03-29refs.c: Write reflogs for notes just like for branch headsLibravatar Michael J Gruber2-1/+2
2010-03-29t3301-notes: Test the creation of reflog entriesLibravatar Michael J Gruber1-0/+9
2010-03-29RPM spec: include bash completion supportLibravatar Ian Ward Comfort1-0/+7
2010-03-28Update draft release notes to 1.7.1Libravatar Junio C Hamano1-9/+10
2010-03-28Merge branch 'cc/cherry-pick-ff'Libravatar Junio C Hamano8-18/+168
2010-03-28Merge branch 'sb/notes-parse-opt'Libravatar Junio C Hamano2-159/+382
2010-03-28Merge branch 'maint'Libravatar Junio C Hamano1-0/+19
2010-03-28Makefile: Remove usage of deprecated Python "has_key" methodLibravatar David Aguilar1-3/+2
2010-03-28rebase -i: make post-rewrite work for 'edit'Libravatar Thomas Rast2-2/+19
2010-03-28Prepare for 1.7.0.4Libravatar Junio C Hamano2-1/+20
2010-03-28Merge branch 'cp/add-u-pathspec' into maintLibravatar Junio C Hamano3-9/+39
2010-03-28Merge branch 'maint'Libravatar Junio C Hamano4-39/+55
2010-03-28t9350: fix careless use of "cd"Libravatar Junio C Hamano1-33/+38
2010-03-28Remove a redundant errno test in a usage of remove_pathLibravatar Peter Collingbourne1-1/+1
2010-03-28Introduce remove_or_warn functionLibravatar Peter Collingbourne5-15/+51
2010-03-28Implement the rmdir_or_warn functionLibravatar Peter Collingbourne2-0/+9
2010-03-28Generalise the unlink_or_warn functionLibravatar Peter Collingbourne1-5/+7
2010-03-28difftool: Fix '--gui' when diff.guitool is unconfiguredLibravatar David Aguilar2-5/+16
2010-03-28fast-export: don't segfault when marks file cannot be openedLibravatar Sverre Rabbelier1-1/+1
2010-03-28imap-send: suppress warning about cleartext password with CRAM-MD5Libravatar Chris Webb1-3/+3
2010-03-25send-email: lazily assign editor variableLibravatar Michael J Gruber1-1/+4
2010-03-24fmt-merge-msg: hide summary optionLibravatar Stephen Boyd1-1/+3
2010-03-24fmt-merge-msg: remove custom string_list implementationLibravatar Stephen Boyd1-83/+44
2010-03-24string-list: add unsorted_string_list_lookup()Libravatar Stephen Boyd3-5/+17
2010-03-24fmt-merge-msg: use pretty.c routinesLibravatar Stephen Boyd1-21/+8
2010-03-24t6200: test fmt-merge-msg moreLibravatar Stephen Boyd1-0/+115
2010-03-24t6200: modernize with test_tickLibravatar Stephen Boyd1-35/+29
2010-03-24fmt-merge-msg: be quiet if nothing to mergeLibravatar Stephen Boyd2-0/+22
2010-03-24diff --check: honor conflict-marker-size attributeLibravatar Junio C Hamano2-14/+33