index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-12
Merge branch 'po/everyday-doc'
Junio C Hamano
1
-1
/
+1
2014-12-12
Merge branch 'mh/config-copy-string-from-git-path'
Junio C Hamano
1
-2
/
+5
2014-12-12
Merge branch 'jc/unpack-trees-plug-leak'
Junio C Hamano
1
-0
/
+2
2014-12-05
First batch for 2.3 cycle
Junio C Hamano
2
-1
/
+57
2014-12-05
Merge branch 'mh/config-flip-xbit-back-after-checking'
Junio C Hamano
2
-1
/
+9
2014-12-05
Merge branch 'jk/gitweb-with-newer-cgi-multi-param'
Junio C Hamano
1
-1
/
+5
2014-12-05
Merge branch 'rs/receive-pack-use-labs'
Junio C Hamano
1
-1
/
+1
2014-12-05
Merge branch 'rs/maint-config-use-labs'
Junio C Hamano
1
-2
/
+2
2014-12-05
Merge branch 'js/windows-open-eisdir-error'
Junio C Hamano
1
-1
/
+1
2014-12-05
Merge branch 'jh/empty-notes'
Junio C Hamano
4
-825
/
+789
2014-12-05
Merge branch 'sv/get-builtin'
Junio C Hamano
1
-12
/
+15
2014-12-05
Merge branch 'jk/checkout-from-tree'
Junio C Hamano
2
-0
/
+35
2014-12-05
Merge branch 'tq/git-ssh-command'
Junio C Hamano
2
-15
/
+26
2014-12-05
Merge branch 'rs/env-array-in-child-process'
Junio C Hamano
2
-35
/
+29
2014-12-05
Merge branch 'maint' of git://github.com/git-l10n/git-po into maint
Junio C Hamano
1
-9
/
+9
2014-12-05
Start post 2.2 cycle
Junio C Hamano
1
-1
/
+1
2014-12-03
git-new-workdir: don't fail if the target directory is empty
Paul Smith
1
-15
/
+38
2014-12-01
t3102: style modernization
Junio C Hamano
1
-8
/
+8
2014-12-01
t3102: document that ls-tree does not yet support negated pathspec
Junio C Hamano
1
-0
/
+6
2014-12-01
ls-tree: disable negative pathspec because it's not supported
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2014-12-01
ls-tree: remove path filtering logic in show_tree
Nguyễn Thái Ngọc Duy
4
-30
/
+15
2014-12-01
tree.c: update read_tree_recursive callback to pass strbuf as base
Nguyễn Thái Ngọc Duy
7
-37
/
+50
2014-12-01
run-command.c: retire unused run_hook_with_custom_index()
Junio C Hamano
2
-21
/
+0
2014-11-30
for-each-ref: correct spelling of Tcl in option description
Ralf Thielow
1
-1
/
+1
2014-11-30
t0050-*.sh: mark the rename (case change) test as passing
Ramsay Jones
1
-1
/
+1
2014-11-30
push: truly use "simple" as default, not "upstream"
Jeff King
2
-6
/
+34
2014-11-30
pack-bitmap: do not use gcc packed attribute
Karsten Blees
4
-18
/
+29
2014-11-30
t5516: more tests for receive.denyCurrentBranch=updateInstead
Junio C Hamano
1
-9
/
+87
2014-11-30
receive-pack: add another option for receive.denyCurrentBranch
Johannes Schindelin
3
-2
/
+124
2014-11-30
system_path(): always return free'able memory to the caller
Junio C Hamano
4
-12
/
+21
2014-11-29
Merge branch 'master' of https://github.com/ralfth/git-po-de
Jiang Xin
1
-9
/
+9
2014-11-28
l10n: de.po: fix typos
Hartmut Henkel
1
-9
/
+9
2014-11-26
Git 2.2
Junio C Hamano
2
-1
/
+6
2014-11-26
RelNotes: spelling & grammar tweaks
Marc Branchaud
1
-51
/
+52
2014-11-26
sha1_name: avoid unnecessary sha1 lookup in find_unique_abbrev
Mike Hommey
1
-1
/
+1
2014-11-25
git-am: add --message-id/--no-message-id
Paolo Bonzini
3
-2
/
+53
2014-11-25
git-mailinfo: add --message-id
Paolo Bonzini
6
-1
/
+73
2014-11-25
git-send-email: add --transfer-encoding option
Paolo Bonzini
5
-0
/
+208
2014-11-25
git-send-email: delay creation of MIME headers
Paolo Bonzini
1
-6
/
+19
2014-11-25
sort_string_list(): rename to string_list_sort()
Michael Haggerty
11
-20
/
+20
2014-11-25
prune_remote(): iterate using for_each_string_list_item()
Michael Haggerty
1
-8
/
+6
2014-11-25
prune_remote(): rename local variable
Michael Haggerty
1
-6
/
+6
2014-11-25
repack_without_refs(): make the refnames argument a string_list
Michael Haggerty
3
-31
/
+31
2014-11-25
prune_remote(): sort delete_refs_list references en masse
Michael Haggerty
1
-1
/
+2
2014-11-25
prune_remote(): initialize both delete_refs lists in a single loop
Michael Haggerty
1
-6
/
+9
2014-11-25
prune_remote(): exit early if there are no stale references
Michael Haggerty
1
-18
/
+21
2014-11-25
git-sh-setup.sh: use dashdash with basename call
Dan Wyand
1
-1
/
+1
2014-11-24
git-compat-util.h: don't define _XOPEN_SOURCE on cygwin
Ramsay Jones
1
-1
/
+2
2014-11-24
t5000 on Windows: do not mistake "sh.exe" as "sh"
Johannes Sixt
1
-1
/
+1
2014-11-24
t/README: justify why "! grep foo" is sufficient
Junio C Hamano
1
-1
/
+2
[prev]
[next]